Skip to content

Commit 90aef18

Browse files
committed
Add dynamic-drop test to nll tests also
1 parent fdc18b3 commit 90aef18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/run-pass/dynamic-drop.rs

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// revisions:lexical nll
12+
#![cfg_attr(nll, feature(nll))]
13+
1114
// ignore-wasm32-bare compiled with panic=abort by default
1215

1316
#![feature(generators, generator_trait, untagged_unions, slice_patterns, advanced_slice_patterns)]

0 commit comments

Comments
 (0)