Skip to content

Commit 82ebe56

Browse files
cjgillotRalfJung
andauthored
Update src/tools/miri/tests/pass/const-addrs.rs
Co-authored-by: Ralf Jung <post@ralfj.de>
1 parent 620f9ea commit 82ebe56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/tests/pass/const-addrs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// The interpreter used to create a new AllocId every time it evaluates any const.
22
// This caused unbounded memory use in Miri.
33
// 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.
4+
// In practice, the interpreter always returns the same address, but we *do not guarantee* that.
55
//@compile-flags: -Zinline-mir=no
66

77
const EVALS: usize = 256;

0 commit comments

Comments
 (0)