rust-lang / rls

Repository for the Rust Language Server (aka RLS)
Other
3.51k stars 257 forks source link

Incorrect diagnostic regarding unstable library feature vs libc from crates.io #463

Open phrohdoh opened 7 years ago

phrohdoh commented 7 years ago

screen shot 2017-08-25 at 8 08 32 am

As you can see in the image above I am using libc from crates.io.

Cleaning and rebuilding does not fix this.

Forcing RLS to rerun analysis fixes this.

/Users/thill/.rustup/toolchains/nightly-x86_64-apple-darwin/bin/rls rls 0.1.0-nightly (5d4bbd9 2017-08-07)

nrc commented 6 years ago

Does this still reproduce?