rust/compiler/rustc_trait_selection/src
Nicholas Nethercote 7060fc8327 Replace no_ord_impl with orderable.
Similar to the previous commit, this replaces `newtype_index`'s opt-out
`no_ord_impl` attribute with the opt-in `orderable` attribute.
2023-11-22 18:38:17 +11:00
..
solve Replace no_ord_impl with orderable. 2023-11-22 18:38:17 +11:00
traits Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
errors.rs Migrate a trait selection error to use diagnostic translation 2023-08-07 05:26:38 +00:00
infer.rs Remove constness from TraitPredicate 2023-08-02 15:38:00 +00:00
lib.rs Bump cfg(bootstrap)s 2023-11-15 19:41:28 -05:00