about summary refs log tree commit diff
path: root/tests/ui/issues/issue-87199.rs
AgeCommit message (Collapse)AuthorLines
2025-08-17Rehome tests/ui/issues/ tests [5/?]Oneirical-21/+0
2025-07-18Reword diagnostic about relaxing non-`Sized` boundLeón Orell Valerian Liehr-4/+4
* The phrasing "only does something for" made sense back when this diagnostic was a (hard) warning. Now however, it's simply a hard error and thus completely rules out "doing something". * The primary message was way too long * The new wording more closely mirrors the wording we use for applying other bound modifiers (like `const` and `async`) to incompatible traits. * "all other traits are not bound by default" is no longer accurate under Sized Hierarchy. E.g., traits and assoc tys are (currently) bounded by `MetaSized` by default but can't be relaxed using `?MetaSized` (instead, you relax it by adding `PointeeSized`). * I've decided against adding any diagnositic notes or suggestions for now like "trait `Trait` can't be relaxed as it's not bound by default" which would be incorrect for `MetaSized` and assoc tys as mentioned above) or "consider changing `?MetaSized` to `PointeeSized`" as the Sized Hierarchy impl is still WIP)
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-1/+1
2025-02-11Reject `impl Trait` bounds in various places where we unconditionally warned ↵Oli Scherer-4/+4
since 1.0
2024-03-20Bless test fallout (duplicate diagnostics)Michael Goulet-0/+1
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2023-10-30Improve some diagnostics around `?Trait` boundsOli Scherer-3/+3
2023-01-11Move /src/test to /testsAlbert Larsan-0/+20