We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c42760 commit be6899eCopy full SHA for be6899e
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