Run yield-subtype test on nll mode too as a regression check
This commit is contained in:
parent
fcb9e928b7
commit
8f2cc02bc3
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// revisions:lexical nll
|
||||
#![cfg_attr(nll, feature(nll))]
|
||||
|
||||
#![feature(generators)]
|
||||
|
||||
fn bar<'a>() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue