We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb9e92 commit 8f2cc02Copy full SHA for 8f2cc02
src/test/run-pass/generator/yield-subtype.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
#![feature(generators)]
15
16
fn bar<'a>() {
0 commit comments