Skip to content

Commit ff2f9e0

Browse files
committed
Add migrate to list of values for -Z borrowck=...
1 parent a23e8a7 commit ff2f9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/session/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
11411141
emit_end_regions: bool = (false, parse_bool, [UNTRACKED],
11421142
"emit EndRegion as part of MIR; enable transforms that solely process EndRegion"),
11431143
borrowck: Option<String> = (None, parse_opt_string, [UNTRACKED],
1144-
"select which borrowck is used (`ast`, `mir`, or `compare`)"),
1144+
"select which borrowck is used (`ast`, `mir`, `migrate`, or `compare`)"),
11451145
two_phase_borrows: bool = (false, parse_bool, [UNTRACKED],
11461146
"use two-phase reserved/active distinction for `&mut` borrows in MIR borrowck"),
11471147
two_phase_beyond_autoref: bool = (false, parse_bool, [UNTRACKED],

0 commit comments

Comments
 (0)