### 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.