Files
rust/src
Steve Klabnik 252c3838df Rollup merge of #28872 - iwillspeak:master, r=Manishearth
Currently the explain command line flag requires full error codes, complete with
the leading zeros and the E at the beginning. This commit changes that,
if you don't supply a full error code then the error number is padded
out to the required size and the E is added to the beginning.

This means that where previously you would need to write E0001, you can
now write 0001, 001, 01 or just 1 to refer to the same error.
2015-10-08 13:54:03 -04:00
..
2015-09-29 16:56:35 -07:00
2015-10-06 11:14:11 -04:00
2015-09-28 19:21:18 -06:00
2015-10-06 11:22:34 +13:00
2015-10-05 22:32:53 -04:00
2015-09-21 21:07:45 +01:00
2015-09-29 16:56:35 -07:00