rustc: Lower case error messages
This commit is contained in:
parent
13a07ce1d4
commit
0ee96de4ee
56 changed files with 107 additions and 108 deletions
|
|
@ -823,7 +823,7 @@ fn decode_side_tables(xcx: extended_decode_ctxt,
|
|||
val_dsr.read_dict_res(xcx));
|
||||
} else {
|
||||
xcx.dcx.tcx.sess.bug(
|
||||
#fmt["Unknown tag found in side tables: %x", tag]);
|
||||
#fmt["unknown tag found in side tables: %x", tag]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue