Skip to content

Commit 509c83b

Browse files
committed
Add missing rustc_private
1 parent 34aff74 commit 509c83b

File tree

1 file changed

+2
-0
lines changed
  • src/tools/rust-analyzer/crates/mbe/src

1 file changed

+2
-0
lines changed

src/tools/rust-analyzer/crates/mbe/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
//! The tests for this functionality live in another crate:
77
//! `hir_def::macro_expansion_tests::mbe`.
88
9+
#![cfg_attr(feature = "in-rust-tree", feature(rustc_private))]
10+
911
#[cfg(not(feature = "in-rust-tree"))]
1012
extern crate ra_ap_rustc_lexer as rustc_lexer;
1113
#[cfg(feature = "in-rust-tree")]

0 commit comments

Comments
 (0)