diff options
| author | bors <bors@rust-lang.org> | 2024-02-06 05:27:55 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-02-06 05:27:55 +0000 |
| commit | 35551d059c17ed89aefdd0d3b4194f61fa5e312f (patch) | |
| tree | 78f8824f1d20458c113d6148421ee9b9e8482910 /compiler/rustc_data_structures/src | |
| parent | f45a5b10a071f9f5b259a6502ed9b39243d1d7b5 (diff) | |
| parent | 08e774179e237ec9235760104eb01c3fa481b3fe (diff) | |
| download | rust-35551d059c17ed89aefdd0d3b4194f61fa5e312f.tar.gz rust-35551d059c17ed89aefdd0d3b4194f61fa5e312f.zip | |
Auto merge of #3291 - rust-lang:rustup-2024-02-06, r=saethlin
Automatic Rustup
Diffstat (limited to 'compiler/rustc_data_structures/src')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 2 |
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() {} |
