Skip to content

Commit 57224c5

Browse files
authored
Update const-eval.md
1 parent c8934fc commit 57224c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/const-eval.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ integer or fat pointer, it will directly yield the value (via `Value::ByVal` or
3434
memory allocation (via `Value::ByRef`). This means that the `const_eval`
3535
function cannot be used to create miri-pointers to the evaluated constant or
3636
static. If you need that, you need to directly work with the functions in
37-
`src/librustc_mir/interpret/const_eval.rs`.
37+
[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

Comments
 (0)