rust/src/librustc_error_codes
David Wood a54ed872cb
standardize limit comparisons with Limit type
This commit introduces a `Limit` type which is used to ensure that all
comparisons against limits within the compiler are consistent (which can
result in ICEs if they aren't).

Signed-off-by: David Wood <david@davidtw.co>
2020-05-28 10:33:07 +01:00
..
error_codes standardize limit comparisons with Limit type 2020-05-28 10:33:07 +01:00
Cargo.toml
error_codes.rs Implement #[ffi_const] and #[ffi_pure] function attributes 2020-05-20 01:16:11 +02:00
lib.rs added try_find_description to distinguish no desc from invalid code 2020-02-29 11:53:51 -07:00