Skip to content

Commit fc41a9c

Browse files
committed
Auto merge of #1736 - DJMcNab:rust-analyzer-private, r=RalfJung
Opt-in to rustc_private for `rust-analyzer` rust-lang/rust-analyzer#7891
2 parents c765eff + 6106ee2 commit fc41a9c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,8 @@ libc = "0.2"
4040
compiletest_rs = { version = "0.5", features = ["tmp"] }
4141
rustc_version = "0.2.3"
4242
colored = "2"
43+
44+
[package.metadata.rust-analyzer]
45+
# This crate uses #[feature(rustc_private)].
46+
# See https://github.com/rust-analyzer/rust-analyzer/pull/7891
47+
rustc_private = true

0 commit comments

Comments
 (0)