fix indentation of session/mod.rs
This commit is contained in:
parent
eaafe45c08
commit
4d3ef6b63d
1 changed files with 3 additions and 3 deletions
|
@ -628,9 +628,9 @@ pub fn span_bug_fmt<S: Into<MultiSpan>>(file: &'static str,
|
|||
}
|
||||
|
||||
fn opt_span_bug_fmt<S: Into<MultiSpan>>(file: &'static str,
|
||||
line: u32,
|
||||
span: Option<S>,
|
||||
args: fmt::Arguments) -> ! {
|
||||
line: u32,
|
||||
span: Option<S>,
|
||||
args: fmt::Arguments) -> ! {
|
||||
tls::with_opt(move |tcx| {
|
||||
let msg = format!("{}:{}: {}", file, line, args);
|
||||
match (tcx, span) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue