diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-02-05 06:37:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-05 06:37:14 +0100 |
| commit | ca36ed27be0842d89e09082759187c6e5f3b00d8 (patch) | |
| tree | 2f7d14eede655cb4bbdae71a5c1030e347f2e50a /compiler/rustc_data_structures/src/lib.rs | |
| parent | 7158b3d3fbae9d318b73fea261f2e3732491c7ee (diff) | |
| parent | 16e117cf964064f8f70ab2e55f24ed37e1e9a4ee (diff) | |
| download | rust-ca36ed27be0842d89e09082759187c6e5f3b00d8.tar.gz rust-ca36ed27be0842d89e09082759187c6e5f3b00d8.zip | |
Rollup merge of #119600 - aDotInTheVoid:comment-fix, r=compiler-errors
Remove outdated references to librustc_middle The relevant comment is now in https://github.com/rust-lang/rust/blob/791a53f380d5cf800191f25941c94ace5099876e/compiler/rustc_middle/src/tests.rs#L3-L13
Diffstat (limited to 'compiler/rustc_data_structures/src/lib.rs')
| -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() {} |
