Moved tests and fixed merge conflict

This commit is contained in:
David Haig 2019-11-28 08:24:19 +00:00
parent e88948a196
commit 6531ba882e
4 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
// run-fail
// error-pattern: thread 'main' panicked at '`async fn` resumed after completion'
// compile-flags: --edition 2018
// edition:2018
#![feature(generators, generator_trait)]

View file

@ -3,7 +3,7 @@
// run-fail
// error-pattern: thread 'main' panicked at '`async fn` resumed after panicking'
// compile-flags: --edition 2018
// edition:2018
#![feature(generators, generator_trait)]

View file

@ -4,6 +4,7 @@
// run-fail
// error-pattern:generator resumed after completion
// edition:2018
#![feature(generators, generator_trait)]