Skip to content

Commit 4eda151

Browse files
committed
Remove two-phase-borrows
1 parent 938d4ff commit 4eda151

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc/session/config.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,8 +1216,6 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
12161216
"make unnamed regions display as '# (where # is some non-ident unique id)"),
12171217
borrowck: Option<String> = (None, parse_opt_string, [UNTRACKED],
12181218
"select which borrowck is used (`ast`, `mir`, `migrate`, or `compare`)"),
1219-
two_phase_borrows: bool = (false, parse_bool, [UNTRACKED],
1220-
"use two-phase reserved/active distinction for `&mut` borrows in MIR borrowck"),
12211219
two_phase_beyond_autoref: bool = (false, parse_bool, [UNTRACKED],
12221220
"when using two-phase-borrows, allow two phases even for non-autoref `&mut` borrows"),
12231221
time_passes: bool = (false, parse_bool, [UNTRACKED],

0 commit comments

Comments
 (0)