1
Fork 0

Rollup merge of #119600 - aDotInTheVoid:comment-fix, r=compiler-errors

Remove outdated references to librustc_middle

The relevant comment is now in 791a53f380/compiler/rustc_middle/src/tests.rs (L3-L13)
This commit is contained in:
Matthias Krüger 2024-02-05 06:37:14 +01:00 committed by GitHub
commit ca36ed27be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 9 additions and 10 deletions

View file

@ -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)]