Implement lint against using Interner and InferCtxtLike in random compiler crates
This commit is contained in:
parent
ca6dad3eab
commit
14804d1ed1
11 changed files with 82 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue