Skip to content

Commit 8b4c623

Browse files
Remove added two-phase-borrows flag
It seems whatever was causing problems has been fixed.
1 parent 2ed0f51 commit 8b4c623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/nll/region-ends-after-if-condition.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// in the type of `p` includes the points after `&v[0]` up to (but not
1313
// including) the call to `use_x`. The `else` branch is not included.
1414

15-
// compile-flags:-Zborrowck=compare -Znll -Ztwo-phase-borrows
15+
// compile-flags:-Zborrowck=compare -Znll
1616

1717
#![allow(warnings)]
1818
#![feature(rustc_attrs)]

0 commit comments

Comments
 (0)