Add missing rustc_private

This commit is contained in:
Laurențiu Nicola 2024-09-25 10:41:24 +03:00
parent 7ab2c171bf
commit f84aa5de4a
3 changed files with 7 additions and 0 deletions

View file

@ -6,6 +6,8 @@
//! The tests for this functionality live in another crate:
//! `hir_def::macro_expansion_tests::mbe`.
#![cfg_attr(feature = "in-rust-tree", feature(rustc_private))]
#[cfg(not(feature = "in-rust-tree"))]
extern crate ra_ap_rustc_lexer as rustc_lexer;
#[cfg(feature = "in-rust-tree")]