mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
Opt-in to rustc_private for rust-analyzer
rust-analyzer/rust-analyzer#7891
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user