Opt-in to rustc_private for rust-analyzer
rust-analyzer/rust-analyzer#7891
This commit is contained in:
parent
0a0e366ccf
commit
1e19150d1e
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue