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 cbc1bd9 commit a44298fCopy full SHA for a44298f
tests/pass/const-addrs.rs
@@ -7,8 +7,8 @@
7
// MIR inlining will put every evaluation of the const we're repeatedly evaluating into the same
8
// stack frame, breaking this test.
9
//@compile-flags: -Zinline-mir=no
10
+//@only-miri: expecting that pointer addresses have specific behavior
11
#![feature(strict_provenance)]
-//@only-miri: expecting that pointer addresses have specific behaviour
12
13
const EVALS: usize = 256;
14
0 commit comments