1
Fork 0
rust/compiler/rustc_trait_selection/src
bors 77f1e504a9 Auto merge of #89479 - camsteffen:diag-naming, r=Manishearth
Make diangostic item naming consistent

Right now there is about a 50/50 split of naming diagnostic items as `vec_type` vs `Vec`. So it is hard to guess a diagnostic item name with confidence. I know it's not great to change these retroactively, but I think it will be much easier to maintain consistency after consistency is established.
2021-10-03 03:43:21 +00:00
..
traits Auto merge of #89479 - camsteffen:diag-naming, r=Manishearth 2021-10-03 03:43:21 +00:00
autoderef.rs Improve help for recursion limit errors 2021-09-28 22:17:13 +02:00
infer.rs Remove ToPredicate impls that use Binder::dummy 2021-09-15 20:54:50 -04:00
lib.rs Refactor vtable format. 2021-07-20 22:14:42 +08:00
opaque_types.rs More tracing instrumentation 2021-09-28 12:28:22 +00:00