rust/tests/ui/traits/negative-bounds
Esteban Küber 143b072c62 Account for negative bounds in E0277 note and suggestion
Do not suggest `#[derive(Copy)]` when we wanted a `!Copy` type.

Do not say "`Copy` is not implemented for `T` but `Copy` is".

Do not talk about `Trait` having no implementations when `!Trait` was desired.
2024-11-02 03:08:04 +00:00
..
associated-constraints.rs Stabilize associated type bounds 2024-03-08 20:56:25 +00:00
associated-constraints.stderr Deny parenthetical notation for negative bounds 2023-12-28 00:50:16 +01:00
on-unimplemented.rs Don't report on_unimplemented for negative traits 2024-10-14 14:18:25 -04:00
on-unimplemented.stderr Account for negative bounds in E0277 note and suggestion 2024-11-02 03:08:04 +00:00
opaque-type-unsatisfied-bound.rs Bless tests 2024-10-15 20:42:17 -04:00
opaque-type-unsatisfied-bound.stderr Bless tests 2024-10-15 20:42:17 -04:00
opaque-type-unsatisfied-fn-bound.rs Bless tests 2024-10-15 20:42:17 -04:00
opaque-type-unsatisfied-fn-bound.stderr Bless tests 2024-10-15 20:42:17 -04:00
simple.rs Make feature negative_bounds internal 2023-12-28 00:43:35 +01:00
simple.stderr Account for negative bounds in E0277 note and suggestion 2024-11-02 03:08:04 +00:00
supertrait.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00