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

Commit

Permalink
Auto merge of #323 - JohnTitor:r-a-docs, r=JohnTitor
Browse files Browse the repository at this point in the history
Add some notes about rust-analyzer config

Signed-off-by: Yuki Okushi <[email protected]>
  • Loading branch information
bors committed Jun 22, 2022
2 parents 6c22234 + 065ee89 commit 7fc684c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ proc-macro2 = "1.0.32"
quickcheck = { version = "1.0", default-features = false }

[package.metadata.rust-analyzer]
# This crate uses `#![feature(rustc_private)]`
# Needed as this crate uses `#![feature(rustc_private)]`
# cf. https://github.com/rust-analyzer/rust-analyzer/pull/7891
# Also, set `rust-analyzer.rustc.source` to "discover" with `rustc-dev` installed on your local.
rustc_private = true

0 comments on commit 7fc684c

Please sign in to comment.