Skip to content

Commit 264640c

Browse files
committed
move test that shouldn't be in test/run-pass/
1 parent c43d03a commit 264640c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/run-pass/generator/niche-in-generator.rs renamed to src/test/ui/generator/niche-in-generator.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Test that niche finding works with captured generator upvars.
22

3+
// run-pass
4+
35
#![feature(generators)]
46

57
use std::mem::size_of_val;

0 commit comments

Comments
 (0)