about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src
diff options
context:
space:
mode:
authorThe Miri Conjob Bot <miri@cron.bot>2024-02-06 05:17:05 +0000
committerThe Miri Conjob Bot <miri@cron.bot>2024-02-06 05:17:05 +0000
commit08e774179e237ec9235760104eb01c3fa481b3fe (patch)
tree78f8824f1d20458c113d6148421ee9b9e8482910 /compiler/rustc_data_structures/src
parenteaa2da5d921225266d714d8d28b87cc8d131bcae (diff)
parentf3b9d47a46c6d237665801155aa3e26c5f49958b (diff)
downloadrust-08e774179e237ec9235760104eb01c3fa481b3fe.tar.gz
rust-08e774179e237ec9235760104eb01c3fa481b3fe.zip
Merge from rustc
Diffstat (limited to 'compiler/rustc_data_structures/src')
-rw-r--r--compiler/rustc_data_structures/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs
index 563d8501890..a71d012db2d 100644
--- a/compiler/rustc_data_structures/src/lib.rs
+++ b/compiler/rustc_data_structures/src/lib.rs
@@ -148,7 +148,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() {}