rust/compiler/rustc_trait_selection
Matthias Krüger 4981994588
Rollup merge of #137263 - compiler-errors:inherentless, r=lcnr
Register `USAGE_OF_TYPE_IR_INHERENT`, remove inherent usages

I implemented a lint to discourage the usage of `rustc_type_ir::inherent` but never actually enabled it. People started using `rustc_type_ir::inherent` methods through globs, lol.

r? fmease or reassign as you please
2025-02-20 00:55:14 +01:00
..
src Rollup merge of #137263 - compiler-errors:inherentless, r=lcnr 2025-02-20 00:55:14 +01:00
Cargo.toml Make fewer crates depend on rustc_ast_ir 2025-02-19 07:06:54 +00:00
messages.ftl Rework rustc_dump_vtable 2025-01-30 15:30:04 +00:00