rustc: Lower case error messages

This commit is contained in:
Brian Anderson 2012-03-05 16:27:27 -08:00
parent 13a07ce1d4
commit 0ee96de4ee
56 changed files with 107 additions and 108 deletions

View file

@ -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]);
}
}