We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7076050 commit 57de468Copy full SHA for 57de468
src/test/codegen/try_identity.rs
@@ -1,4 +1,4 @@
1
-// compile-flags: -C no-prepopulate-passes -Z mir-opt-level=2 -Zunsound-mir-opts
+// compile-flags: -C no-prepopulate-passes -O -Z mir-opt-level=2 -Zunsound-mir-opts
2
3
// Ensure that `x?` has no overhead on `Result<T, E>` due to identity `match`es in lowering.
4
// This requires inlining to trigger the MIR optimizations in `SimplifyArmIdentity`.
0 commit comments