Remove outdated references to librustc_middle.

This commit is contained in:
Alona Enraght-Moony 2024-01-05 02:52:37 +00:00
parent f688dd684f
commit 16e117cf96
7 changed files with 9 additions and 10 deletions

View file

@ -147,7 +147,7 @@ pub fn make_display(f: impl Fn(&mut fmt::Formatter<'_>) -> fmt::Result) -> impl
Printer { f }
}
// See comments in src/librustc_middle/lib.rs
// See comments in compiler/rustc_middle/src/tests.rs
#[doc(hidden)]
pub fn __noop_fix_for_27438() {}