]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/issue-41697.rs
remove compile-flags
[rust.git] / src / test / mir-opt / issue-41697.rs
index d59b6a16562acbf213931a798b8a1e89d10fd19b..47eeffe35a83e81bc9c0a0dea74af798b38edaa9 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// compile-flags:-Zdump-mir=NEVER_MATCHED
-
 // Regression test for #41697. Using dump-mir was triggering
 // artificial cycles: during type-checking, we had to get the MIR for
 // the constant expressions in `[u8; 2]`, which in turn would trigger