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
error: `std::intrinsics::transmute` is not yet stable as a const fn
--> /Users/vyorkin/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_ast-669.0.0/ptr.rs:136:17
|
136 | std::mem::transmute(NonNull::<[T; 0]>::dangling() as NonNull<[T]>)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add `#![feature(const_transmute)]` to the crate attributes to enable
error: aborting due to previous error
error: could not compile `rustc-ap-rustc_ast`
The text was updated successfully, but these errors were encountered:
Thank you! My suggestion is to update the README.md to mention the nightly-2020-07-21, because right now it says that it is enough to just rustup toolchain add nightly and cargo +nightly install racer
Steps to reproduce
error
The text was updated successfully, but these errors were encountered: