From 4e1c09dcd64507c03ded02844c1e5022031b9e38 Mon Sep 17 00:00:00 2001 From: Nathan Whitaker Date: Thu, 13 Oct 2022 18:29:25 -0700 Subject: [PATCH] Validate MIR in the `drop_order` test --- src/test/ui/drop/drop_order.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/ui/drop/drop_order.rs b/src/test/ui/drop/drop_order.rs index bf740b6a9ab6..ba1ac53aa7ce 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;