Use the official abbrev.
This commit is contained in:
parent
755fa9c23e
commit
d79179891a
1 changed files with 1 additions and 1 deletions
|
|
@ -1778,7 +1778,7 @@ pub fn build_session_options_and_crate_config(matches: &getopts::Matches)
|
|||
Some("mir") => BorrowckMode::Mir,
|
||||
Some("compare") => BorrowckMode::Compare,
|
||||
Some(m) => {
|
||||
early_error(error_format, &format!("unknown borrowchk mode `{}`", m))
|
||||
early_error(error_format, &format!("unknown borrowck mode `{}`", m))
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue