1
Fork 0

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:
Mazdak Farrokhzad 2019-08-14 22:56:31 +02:00 committed by GitHub
commit d11cf775b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
// Test that niche finding works with captured generator upvars.
// run-pass
#![feature(generators)]
use std::mem::size_of_val;