We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07ea24 commit 7d61151Copy full SHA for 7d61151
src/doc/rustc-dev-guide/src/mir/index.md
@@ -317,7 +317,7 @@ compile-time and thus we cannot make any assumptions about them. References on t
317
ignore their address and just look at the backing value. We must make sure that the pointer values
318
of the references are not observable at compile time. We thus encode `&42` exactly like `42`.
319
Any conversion from
320
-valtree back a to MIR constant value must reintroduce an actual indirection. At codegen time the
+valtree back to a MIR constant value must reintroduce an actual indirection. At codegen time the
321
addresses may be deduplicated between multiple uses or not, entirely depending on arbitrary
322
optimization choices.
323
0 commit comments