rust/compiler/rustc_next_trait_solver/src
Romain Perier a1a3bef6f0 Implement lint against direct uses of rustc_type_ir in compiler crates
This commit adds a lint to prevent the use of rustc_type_ir in random
compiler crates, except for type system internals traits, which are
explicitly allowed. Moreover, this fixes diagnostic_items() to include
the CRATE_OWNER_ID, otherwise rustc_diagnostic_item attribute is ignored
on the crate root.
2025-06-18 16:01:41 +02:00
..
solve trait_sel: skip elaboration of sizedness supertrait 2025-06-16 23:04:36 +00:00
canonicalizer.rs Make connection between Placeholder and Bound a bit more clear in the type abstraction 2025-06-13 17:54:45 +00:00
coherence.rs Do not rely on type_var_origin in OrphanCheckErr::NonLocalInputType 2025-03-20 02:17:14 +00:00
delegate.rs Tweak fast path trait handling 2025-05-29 11:14:36 +00:00
lib.rs Implement lint against direct uses of rustc_type_ir in compiler crates 2025-06-18 16:01:41 +02:00
placeholder.rs Uplift BoundVarReplacer 2025-06-13 17:54:45 +00:00
resolve.rs add additional TypeFlags fast paths 2025-05-26 19:57:48 +00:00