1
Fork 0

Rollup merge of #127854 - fmease:glob-import-type_ir_inherent-lint, r=compiler-errors

Add internal lint for detecting non-glob imports of `rustc_type_ir::inherent`

https://github.com/rust-lang/rust/pull/127627#issuecomment-2225295951

r? compiler-errors
This commit is contained in:
Matthias Krüger 2024-07-18 18:10:16 +02:00 committed by GitHub
commit 4ad2c99b6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 168 additions and 2 deletions

View file

@ -1926,6 +1926,7 @@ symbols! {
type_ascription,
type_changing_struct_update,
type_id,
type_ir_inherent,
type_length_limit,
type_macros,
type_name,