From 235929953719661e70e152e63521a1c446d76caf Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Sun, 24 May 2020 02:57:21 +0200 Subject: Clear MIR local type annotations after borrowck --- src/test/incremental/hashes/let_expressions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/incremental') 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; -- cgit 1.4.1-3-g733a5