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 c8934fc commit 57224c5Copy full SHA for 57224c5
src/const-eval.md
@@ -34,4 +34,4 @@ integer or fat pointer, it will directly yield the value (via `Value::ByVal` or
34
memory allocation (via `Value::ByRef`). This means that the `const_eval`
35
function cannot be used to create miri-pointers to the evaluated constant or
36
static. If you need that, you need to directly work with the functions in
37
-`src/librustc_mir/interpret/const_eval.rs`.
+[src/librustc_mir/interpret/const_eval.rs](https://github.com/rust-lang/rust/blob/master/src/librustc_mir/interpret/const_eval.rs).
0 commit comments