Opt-in to rustc_private for rust-analyzer

rust-analyzer/rust-analyzer#7891
This commit is contained in:
Daniel McNab 2021-03-08 17:28:52 +00:00
parent 0a0e366ccf
commit 1e19150d1e

View file

@ -40,3 +40,7 @@ libc = "0.2"
compiletest_rs = { version = "0.5", features = ["tmp"] }
rustc_version = "0.2.3"
colored = "2"
[package.metadata.rust-analyzer]
# This crate uses #[feature(rustc_private)]
rustc_private = true