clarify test purpose
This commit is contained in:
parent
70b960b879
commit
c9b36b4ded
@ -1,4 +1,5 @@
|
||||
//@compile-flags: -Zmiri-retag-fields
|
||||
// Checks that the test does not run forever (which relies on a fast path).
|
||||
fn main() {
|
||||
let array = [(); usize::MAX];
|
||||
drop(array); // Pass the array to a function, retagging its fields
|
||||
|
Loading…
x
Reference in New Issue
Block a user