You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following error when running cargo +nightly install racer:
Compiling rustc-ap-rustc_data_structures v651.0.0
error[E0599]: no method named `get` found for type `u64` in the current scope
--> /my/homepath/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_data_structures-651.0.0/profiling.rs:348:66
|
348 | let thread_id = std::thread::current().id().as_u64().get() as u32;
| ^^^ method not found in `u64`
error[E0599]: no method named `get` found for type `u64` in the current scope
--> /my/homepath/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_data_structures-651.0.0/profiling.rs:525:62
|
525 | let thread_id = std::thread::current().id().as_u64().get() as u32;
| ^^^ method not found in `u64`
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0599`.
error: could not compile `rustc-ap-rustc_data_structures`.
I am getting the following error when running
cargo +nightly install racer
:Here is my current setup:
OS:
Rust:
The text was updated successfully, but these errors were encountered: