rust/src/librustc_error_codes
Tamir Duberstein 1e567c1168
Avoid "blacklist"
Other terms are more inclusive and precise.

Clippy still has a lint named "blacklisted-name", but renaming it would
be a breaking change, so is left for future work.

The target configuration option "abi-blacklist" has been depreciated and
renamed to "unsupported-abis". The old name continues to work.
2020-07-08 12:08:27 -04:00
..
error_codes Avoid "blacklist" 2020-07-08 12:08:27 -04: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 Create new E0768 error code for "no valid digits found for number" error 2020-07-04 00:15:29 +02:00
lib.rs added try_find_description to distinguish no desc from invalid code 2020-02-29 11:53:51 -07:00