Skip to content

Commit

Permalink
Remove added two-phase-borrows flag
Browse files Browse the repository at this point in the history
It seems whatever was causing problems has been fixed.
  • Loading branch information
sapphire-arches committed Mar 10, 2018
1 parent 2ed0f51 commit 8b4c623
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// in the type of `p` includes the points after `&v[0]` up to (but not
// including) the call to `use_x`. The `else` branch is not included.

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

#![allow(warnings)]
#![feature(rustc_attrs)]
Expand Down

0 comments on commit 8b4c623

Please sign in to comment.