Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 2800c73

Browse files
committed
Opt-in to rustc_private for rust-analyzer
rust-lang/rust-analyzer#7891
1 parent 61256ad commit 2800c73

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
@@ -23,3 +23,8 @@ serde_json = "1.0.64"
2323

2424
[dev-dependencies]
2525
quickcheck = "1.0"
26+
27+
[package.metadata.rust-analyzer]
28+
# This crate uses `#![feature(rustc_private)]`
29+
# cf. https://github.com/rust-analyzer/rust-analyzer/pull/7891
30+
rustc_private = true

0 commit comments

Comments
 (0)