Run yield-subtype test on nll mode too as a regression check

This commit is contained in:
Santiago Pastorino 2018-01-19 20:02:32 -03:00 committed by Niko Matsakis
parent fcb9e928b7
commit 8f2cc02bc3

View file

@ -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>() {