Fixed error starting with uppercase
Error messages cleaned in librustc/middle Error messages cleaned in libsyntax Error messages cleaned in libsyntax more agressively Error messages cleaned in librustc more aggressively Fixed affected tests Fixed other failing tests Last failing tests fixed
This commit is contained in:
parent
35518514c4
commit
ee3fa68fed
74 changed files with 167 additions and 167 deletions
|
@ -507,13 +507,13 @@ impl CFGBuilder {
|
|||
}
|
||||
self.tcx.sess.span_bug(
|
||||
expr.span,
|
||||
format!("No loop scope for id {:?}", loop_id));
|
||||
format!("no loop scope for id {:?}", loop_id));
|
||||
}
|
||||
|
||||
r => {
|
||||
self.tcx.sess.span_bug(
|
||||
expr.span,
|
||||
format!("Bad entry `{:?}` in def_map for label", r));
|
||||
format!("bad entry `{:?}` in def_map for label", r));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue