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

Commit 32f8404

Browse files
committed
Auto merge of #177 - DJMcNab:rust-analyzer-private, r=JohnTitor
Opt-in to rustc_private for `rust-analyzer` rust-lang/rust-analyzer#7891
2 parents 61256ad + 2800c73 commit 32f8404

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)