feature nll implies borrowck=mir

This commit is contained in:
Santiago Pastorino 2017-12-19 15:47:59 -03:00 committed by Niko Matsakis
parent 2019d69f61
commit e980fb8bef
5 changed files with 23 additions and 6 deletions

View file

@ -10,7 +10,6 @@
// revisions: lxl nll
//[lxl]compile-flags: -Z borrowck=mir -Z two-phase-borrows
//[nll]compile-flags: -Z borrowck=mir
#![cfg_attr(nll, feature(nll))]