diff options
| author | Alona Enraght-Moony <code@alona.page> | 2024-01-05 02:52:37 +0000 |
|---|---|---|
| committer | Alona Enraght-Moony <code@alona.page> | 2024-01-05 16:34:52 +0000 |
| commit | 16e117cf964064f8f70ab2e55f24ed37e1e9a4ee (patch) | |
| tree | c4ddc656548390e683268be013ab52631d31a29c /compiler/rustc_error_codes/src | |
| parent | f688dd684faca5b31b156fac2c6e0ae81fc9bc90 (diff) | |
| download | rust-16e117cf964064f8f70ab2e55f24ed37e1e9a4ee.tar.gz rust-16e117cf964064f8f70ab2e55f24ed37e1e9a4ee.zip | |
Remove outdated references to `librustc_middle`.
Diffstat (limited to 'compiler/rustc_error_codes/src')
| -rw-r--r-- | compiler/rustc_error_codes/src/error_codes/E0264.md | 2 |
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)] |
