We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4add19 + 63bb51d commit b85081dCopy full SHA for b85081d
src/doc/unstable-book/src/compiler-flags/unsound-mir-opts.md
@@ -0,0 +1,8 @@
1
+# `unsound-mir-opts`
2
+
3
+--------------------
4
5
+The `-Zunsound-mir-opts` compiler flag enables [MIR optimization passes] which can cause unsound behavior.
6
+This flag should only be used by MIR optimization tests in the rustc test suite.
7
8
+[MIR optimization passes]: https://rustc-dev-guide.rust-lang.org/mir/optimizations.html
0 commit comments