clarify test purpose
This commit is contained in:
parent
70b960b879
commit
c9b36b4ded
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue