-
Notifications
You must be signed in to change notification settings - Fork 105
Using rust nightly when syntax checking in sublime #187
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
Comments
That shouldn't be happening. I assume by errors, it is saying something like Also, are there any unexpected entries in |
It looks like it is using nightly, otherwise it wouldn't include the help line. Do you have |
Ah okay, I was using a feature (unstable) behind which I was using the unstable feature unique (ref: https://stackoverflow.com/questions/37674758/ignore-benchmarks-when-using-stable-beta). Therefore when compiling I would use |
Ah. Currently it does not have support for passing extra command-line args. #165 adds support for this. In the meantime, one workaround is to add "unstable" to your list of default features in Cargo.toml. |
Should be fixed in 2.0.0, see readme |
Sublime Text Version
Sublime Text 3 (Build 3132)
Rust Enhanced Version
1.3.2
Operating system
OS Name Mac OS Sierra
Version 10.12.4 (16E195)
Expected behavior
When saving a file using nightly (unstable) features, sublime shows a compile error, while the code compiles (my rustup default is nightly).
Actual behavior
It should not show errors if my rustup default is nightly. If it is stable, it can show errors.
The text was updated successfully, but these errors were encountered: