diff options
| author | Nathan Whitaker <nathan.whitaker01@gmail.com> | 2022-10-13 18:29:25 -0700 |
|---|---|---|
| committer | Nathan Whitaker <nathan.whitaker01@gmail.com> | 2022-10-13 18:29:25 -0700 |
| commit | 4e1c09dcd64507c03ded02844c1e5022031b9e38 (patch) | |
| tree | d26f64612ebf033601ce99d7804372a71166d1a4 | |
| parent | 709a08ade6a8873dad8dc3987e842ed26523ef1f (diff) | |
| download | rust-4e1c09dcd64507c03ded02844c1e5022031b9e38.tar.gz rust-4e1c09dcd64507c03ded02844c1e5022031b9e38.zip | |
Validate MIR in the `drop_order` test
| -rw-r--r-- | src/test/ui/drop/drop_order.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/drop/drop_order.rs b/src/test/ui/drop/drop_order.rs index bf740b6a9ab..ba1ac53aa7c 100644 --- a/src/test/ui/drop/drop_order.rs +++ b/src/test/ui/drop/drop_order.rs @@ -1,4 +1,5 @@ // run-pass +// compile-flags: -Z validate-mir #![feature(let_chains)] use std::cell::RefCell; |
