Skip to content

Commit

Permalink
Run yield-subtype test on nll mode too as a regression check
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino authored and nikomatsakis committed Jan 20, 2018
1 parent fcb9e92 commit 8f2cc02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/run-pass/generator/yield-subtype.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>() {
Expand Down

0 comments on commit 8f2cc02

Please sign in to comment.