Implement lint against using Interner and InferCtxtLike in random compiler crates

This commit is contained in:
Michael Goulet 2025-03-26 04:09:07 +00:00
parent ca6dad3eab
commit 14804d1ed1
11 changed files with 82 additions and 3 deletions

View file

@ -6,6 +6,7 @@
// tidy-alphabetical-start
#![allow(rustc::usage_of_type_ir_inherent)]
#![cfg_attr(not(bootstrap), allow(rustc::usage_of_type_ir_traits))]
// tidy-alphabetical-end
pub mod canonicalizer;