rust/src/librustc_ty
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
..
Cargo.toml Detect mistyped associated consts in Instance::resolve. 2020-04-18 18:39:59 +03:00
common_traits.rs direct imports for langitem stuff 2020-04-02 13:40:43 +02:00
instance.rs auto implDiscriminantKind for every type 2020-05-19 10:25:13 +02:00
lib.rs Query-ify Instance::resolve 2020-04-05 01:21:36 -04:00
needs_drop.rs standardize limit comparisons with Limit type 2020-05-28 10:33:07 +01:00
ty.rs make to_predicate take a tcx argument 2020-05-20 15:44:34 +02:00