### Sublime Text Version Sublime Text 3 (Build 3126) ### Rust Enhanced Version v1.2.1 ### Operating system Microsoft Windows 10 10.0.14393 Build 14393.577 ### Expected behavior Phantoms shown like in the [Sublime Text blog]():  ### Actual behavior Instead, we get:  ### Steps to reproduce 1. Make a new project (e.g., with `cargo new --bin`) 2. Modify the `Hello, world!` default `main.rs` to have some invalid syntax. In our example, let's do this: ```rust fn main() {adsf println!("Hello, world!"); } ``` 3. Observe as the phantoms show the file name 