We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43d03a commit 264640cCopy full SHA for 264640c
src/test/run-pass/generator/niche-in-generator.rs renamed to src/test/ui/generator/niche-in-generator.rs
@@ -1,5 +1,7 @@
1
// Test that niche finding works with captured generator upvars.
2
3
+// run-pass
4
+
5
#![feature(generators)]
6
7
use std::mem::size_of_val;
0 commit comments