Skip to content

Commit d791798

Browse files
committed
Use the official abbrev.
1 parent 755fa9c commit d791798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/session/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1778,7 +1778,7 @@ pub fn build_session_options_and_crate_config(matches: &getopts::Matches)
17781778
Some("mir") => BorrowckMode::Mir,
17791779
Some("compare") => BorrowckMode::Compare,
17801780
Some(m) => {
1781-
early_error(error_format, &format!("unknown borrowchk mode `{}`", m))
1781+
early_error(error_format, &format!("unknown borrowck mode `{}`", m))
17821782
},
17831783
};
17841784

0 commit comments

Comments
 (0)