-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed Compilation #337
Comments
Is the patch in the related PR valid? I'm seeing this failure now when building
|
The patch in #338 doesn't work for some unrelated reasons. I'm working on another PR, so hopefully this will be fixed in a couple hours. |
Looks like this will take longer than expected, thanks to some weird compiler errors |
@iamwacko I want to acknowledge and thank you for taking the time to look into this. This is also the first time I learned about |
@tjni The latest release of Synth should work with the latest Rust version now. |
Describe the bug
Nightly changed it's API so
.chain()
is now.sources()
. This broke compilation.To Reproduce
Steps to reproduce the behavior:
cargo +nightly build --bin synth
Expected behavior
Successful compilation.
Additional context
This can be fixed easily by changing
.chain()
to.sources()
. I will make a PR fixing this soon.The text was updated successfully, but these errors were encountered: