Rollup merge of #63560 - Centril:mv-generator-test, r=petrochenkov
move test that shouldn't be in test/run-pass/ We no longer test `src/test/run-pass/`; the proper way now is `// run-pass` in `src/test/ui/` r? @petrochenkov
This commit is contained in:
commit
d11cf775b7
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
// Test that niche finding works with captured generator upvars.
|
||||
|
||||
// run-pass
|
||||
|
||||
#![feature(generators)]
|
||||
|
||||
use std::mem::size_of_val;
|
Loading…
Add table
Add a link
Reference in a new issue