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 620f9ea commit 82ebe56Copy full SHA for 82ebe56
src/tools/miri/tests/pass/const-addrs.rs
@@ -1,7 +1,7 @@
1
// The interpreter used to create a new AllocId every time it evaluates any const.
2
// This caused unbounded memory use in Miri.
3
// This test verifies that we only create a bounded amount of addresses for any given const.
4
-// In practice, the interpreter always returns the same address, but we *do not guarantee* it.
+// In practice, the interpreter always returns the same address, but we *do not guarantee* that.
5
//@compile-flags: -Zinline-mir=no
6
7
const EVALS: usize = 256;
0 commit comments