提交 d7917989 编写于 作者: E est31

Use the official abbrev.

上级 755fa9c2
...@@ -1778,7 +1778,7 @@ pub fn build_session_options_and_crate_config(matches: &getopts::Matches) ...@@ -1778,7 +1778,7 @@ pub fn build_session_options_and_crate_config(matches: &getopts::Matches)
Some("mir") => BorrowckMode::Mir, Some("mir") => BorrowckMode::Mir,
Some("compare") => BorrowckMode::Compare, Some("compare") => BorrowckMode::Compare,
Some(m) => { Some(m) => {
early_error(error_format, &format!("unknown borrowchk mode `{}`", m)) early_error(error_format, &format!("unknown borrowck mode `{}`", m))
}, },
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册