about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/lib.rs
diff options
context:
space:
mode:
authorLeón Orell Valerian Liehr <me@fmease.dev>2024-04-25 02:03:51 +0200
committerLeón Orell Valerian Liehr <me@fmease.dev>2024-04-30 22:27:19 +0200
commitdec1d16a9be532959cca38c68195a0d1f25f2e89 (patch)
treedb6542f5e0561e3e31b9ae527d06c0ee8dac37be /compiler/rustc_data_structures/src/lib.rs
parent9e739b723b822e7f11508f516370da5b298cab17 (diff)
downloadrust-dec1d16a9be532959cca38c68195a0d1f25f2e89.tar.gz
rust-dec1d16a9be532959cca38c68195a0d1f25f2e89.zip
Give an item related to issue 27438 a more meaningful name
Diffstat (limited to 'compiler/rustc_data_structures/src/lib.rs')
-rw-r--r--compiler/rustc_data_structures/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs
index 495c1977df9..0c322939db9 100644
--- a/compiler/rustc_data_structures/src/lib.rs
+++ b/compiler/rustc_data_structures/src/lib.rs
@@ -144,9 +144,9 @@ pub fn make_display(f: impl Fn(&mut fmt::Formatter<'_>) -> fmt::Result) -> impl
     Printer { f }
 }
 
-// See comments in compiler/rustc_middle/src/tests.rs
+// See comment in compiler/rustc_middle/src/tests.rs and issue #27438.
 #[doc(hidden)]
-pub fn __noop_fix_for_27438() {}
+pub fn __noop_fix_for_windows_dllimport_issue() {}
 
 #[macro_export]
 macro_rules! external_bitflags_debug {