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

Commit 7fc684c

Browse files
committed
Auto merge of #323 - JohnTitor:r-a-docs, r=JohnTitor
Add some notes about rust-analyzer config Signed-off-by: Yuki Okushi <[email protected]>
2 parents 6c22234 + 065ee89 commit 7fc684c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ proc-macro2 = "1.0.32"
2828
quickcheck = { version = "1.0", default-features = false }
2929

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

0 commit comments

Comments
 (0)