about summary refs log tree commit diff
path: root/compiler/rustc_error_codes
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-02-05 06:37:14 +0100
committerGitHub <noreply@github.com>2024-02-05 06:37:14 +0100
commitca36ed27be0842d89e09082759187c6e5f3b00d8 (patch)
tree2f7d14eede655cb4bbdae71a5c1030e347f2e50a /compiler/rustc_error_codes
parent7158b3d3fbae9d318b73fea261f2e3732491c7ee (diff)
parent16e117cf964064f8f70ab2e55f24ed37e1e9a4ee (diff)
downloadrust-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_error_codes')
-rw-r--r--compiler/rustc_error_codes/src/error_codes/E0264.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_error_codes/src/error_codes/E0264.md b/compiler/rustc_error_codes/src/error_codes/E0264.md
index d7906076229..33ddf3405ac 100644
--- a/compiler/rustc_error_codes/src/error_codes/E0264.md
+++ b/compiler/rustc_error_codes/src/error_codes/E0264.md
@@ -13,7 +13,7 @@ extern "C" {
 ```
 
 A list of available external lang items is available in
-`src/librustc_middle/middle/weak_lang_items.rs`. Example:
+`compiler/rustc_hir/src/weak_lang_items.rs`. Example:
 
 ```
 #![feature(lang_items)]