We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc18b3 commit 90aef18Copy full SHA for 90aef18
src/test/run-pass/dynamic-drop.rs
@@ -8,6 +8,9 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+// revisions:lexical nll
12
+#![cfg_attr(nll, feature(nll))]
13
+
14
// ignore-wasm32-bare compiled with panic=abort by default
15
16
#![feature(generators, generator_trait, untagged_unions, slice_patterns, advanced_slice_patterns)]
0 commit comments