We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22500ee commit be5a669Copy full SHA for be5a669
src/mir/index.md
@@ -64,7 +64,7 @@ button on the top:
64
[sample-play]: https://play.rust-lang.org/?gist=30074856e62e74e91f06abd19bd72ece&version=stable
65
MIR shown by above link is optimized.
66
Some statements like `StorageLive` are removed in optimization.
67
-This happens because compiler notices the value is never accessed in the code.
+This happens because the compiler notices the value is never accessed in the code.
68
We can use `rustc [filename].rs -Z mir-opt-level=0 --emit mir` to view unoptimized MIR.
69
This requires the nightly toolchain.
70
0 commit comments