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
- Make a new project (e.g., with
cargo new --bin)
- Modify the
Hello, world! default main.rs to have some invalid syntax. In our example, let's do this:
fn main() {adsf
println!("Hello, world!");
}
- Observe as the phantoms show the file name
