Moved tests and fixed merge conflict
This commit is contained in:
parent
e88948a196
commit
6531ba882e
4 changed files with 3 additions and 3 deletions
|
|
@ -253,7 +253,6 @@ fn new_body<'tcx>(
|
|||
basic_blocks,
|
||||
source_scopes,
|
||||
ClearCrossCrate::Clear,
|
||||
None,
|
||||
local_decls,
|
||||
IndexVec::new(),
|
||||
arg_count,
|
||||
|
|
|
|||
|
|
@ -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)]
|
||||
|
||||
|
|
@ -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)]
|
||||
|
||||
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
// run-fail
|
||||
// error-pattern:generator resumed after completion
|
||||
// edition:2018
|
||||
|
||||
#![feature(generators, generator_trait)]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue