rust/compiler/rustc_trait_selection/src
Jubilee ec4145510e
Rollup merge of #89478 - zvavybir:master, r=jyn514
Fixed numerus of error message

When there are redundant trait requirements and these are hidden, a message is generated by the following code snippet:
`format!("{} redundant requirements hidden", count)`
But if there is only a single hidden requirement, it will still print this message in plural instead of singular.
2021-10-04 21:12:40 -07:00
..
traits Rollup merge of #89478 - zvavybir:master, r=jyn514 2021-10-04 21:12:40 -07: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