defuz / RustAutoComplete

A SublimeText binding for RACER (Rust auto completion tool)
MIT License
105 stars 20 forks source link

Windows: Goto Definition outside of current file doesn't work #2

Closed zekesonxx closed 9 years ago

zekesonxx commented 9 years ago

My Rust src directory is C:\Users\Owner\src\rust\src. If I hit F2 on std, Sublime spits out following error: Unable to open /Users/Owner/src/rust/src/libstd/lib.rs. Same for anything that isn't in the current file.

zekesonxx commented 9 years ago

As it turns out, this is Racer's fault. MATCH os,1,0,\Users\Owner\src\rust\src\libstd\os.rs,Module,\Users\Owner\src\rust\src\libstd\os.rs

glennw commented 9 years ago

So this can be closed?