rust/src/librustc_error_codes
bors bf84eb538f Auto merge of #67850 - GuillaumeGomez:err-codes-checkup, r=Mark-Simulacrum
Error codes checkup and rustdoc test fix

This PR does a few things:

 * fix how rustdoc checks that an error code has been thrown (it only checked for "E0XXX" so if it appeared in the output because the file has it in its name or wherever, it passed the test, which was incorrect)
 * fix the failing code examples that weren't throwing the expected error code
2020-01-13 12:49:12 +00:00
..
error_codes Auto merge of #67850 - GuillaumeGomez:err-codes-checkup, r=Mark-Simulacrum 2020-01-13 12:49:12 +00:00
Cargo.toml Create new librustc_error_codes lib and move error codes declaration inside it 2019-11-14 13:05:42 +01:00
error_codes.rs Add error code explanation for E0477 2019-12-30 14:41:46 +08:00
lib.rs move DIAGNOSTICS usage to rustc_driver 2019-11-16 02:32:33 +01:00