Auto merge of #72520 - jonas-schievink:cleanup-userty, r=matthewjasper
Clear MIR local type annotations after borrowck
This commit is contained in:
commit
997d953eee
18 changed files with 21 additions and 17 deletions
|
|
@ -38,7 +38,7 @@ pub fn add_type() {
|
|||
|
||||
#[cfg(not(cfail1))]
|
||||
#[rustc_clean(cfg="cfail2",
|
||||
except="hir_owner_nodes,typeck_tables_of,mir_built,optimized_mir")]
|
||||
except="hir_owner_nodes,typeck_tables_of,mir_built")]
|
||||
#[rustc_clean(cfg="cfail3")]
|
||||
pub fn add_type() {
|
||||
let _x: u32 = 2u32;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue