about summary refs log tree commit diff
path: root/tests/ui/marker_trait_attr
AgeCommit message (Collapse)AuthorLines
2025-08-22On E0277, point at type that doesn't implement boundEsteban Küber-1/+6
When encountering an unmet trait bound, point at local type that doesn't implement the trait: ``` error[E0277]: the trait bound `Bar<T>: Foo` is not satisfied --> $DIR/issue-64855.rs:9:19 | LL | pub struct Bar<T>(<Self as Foo>::Type) where Self: ; | ^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound | help: the trait `Foo` is not implemented for `Bar<T>` --> $DIR/issue-64855.rs:9:1 | LL | pub struct Bar<T>(<Self as Foo>::Type) where Self: ; | ^^^^^^^^^^^^^^^^^ ```
2025-08-14Update uitestsJonathan Brouwer-28/+26
Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
2025-07-24Rehome tests/ui/issues/ tests [1/?]Oneirical-0/+71
2025-07-09Port `#[marker]` to the new attribute systemPavel Grigorenko-6/+16
2024-03-31Always make inductive cycles as ambig during typeckMichael Goulet-3/+19
2024-03-07Merge `check_mod_impl_wf` and `check_mod_type_wf`Oli Scherer-12/+12
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-5/+5
2024-02-05Stop bailing out from compilation just because there were incoherent traitsOli Scherer-4/+19
2023-11-24Show number in error message even for one errorNilstrieb-3/+3
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-10-08remove trailing dotsAli MJ Al-Nasrawy-1/+1
2023-10-08always show and explain sub regionAli MJ Al-Nasrawy-1/+4
2023-03-22stop special-casing `'static` in evaluatelcnr-4/+61
2023-01-12Point at impl self type for impl wf obligationsMichael Goulet-8/+8
2023-01-11Move /src/test to /testsAlbert Larsan-0/+479