about summary refs log tree commit diff
path: root/src/test/incremental
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-05-25 06:17:15 +0000
committerbors <bors@rust-lang.org>2020-05-25 06:17:15 +0000
commit997d953eeec0be62c59ea028c95cd7be49adf58f (patch)
tree5d66bc795e08c23e2997743428c132a19ca756ba /src/test/incremental
parent2679c38fc33b5f69ce3c502c81315aa889035191 (diff)
parent235929953719661e70e152e63521a1c446d76caf (diff)
downloadrust-997d953eeec0be62c59ea028c95cd7be49adf58f.tar.gz
rust-997d953eeec0be62c59ea028c95cd7be49adf58f.zip
Auto merge of #72520 - jonas-schievink:cleanup-userty, r=matthewjasper
Clear MIR local type annotations after borrowck
Diffstat (limited to 'src/test/incremental')
-rw-r--r--src/test/incremental/hashes/let_expressions.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/incremental/hashes/let_expressions.rs b/src/test/incremental/hashes/let_expressions.rs
index 924ed451e59..846bfc6d0e4 100644
--- a/src/test/incremental/hashes/let_expressions.rs
+++ b/src/test/incremental/hashes/let_expressions.rs
@@ -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;