summary refs log tree commit diff
path: root/tests/ui/traits/alias
AgeCommit message (Expand)AuthorLines
2024-03-07Don't require specifying unrelated assoc types when trait alias is in dyn typeMichael Goulet-0/+16
2024-03-03Use root obligation on E0277 for some casesEsteban Küber-12/+9
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-18/+18
2024-02-07Update testsr0cky-2/+12
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-3/+3
2024-01-13Bless testsGeorge-lewis-0/+1
2023-11-24Show number in error message even for one errorNilstrieb-10/+10
2023-10-30Detect object safety errors when assoc type is missingEsteban Küber-1/+1
2023-08-28Revert "Suggest using `Arc` on `!Send`/`!Sync` types"David Tolnay-2/+0
2023-08-09Suggest using `Arc` on `!Send`/`!Sync` typesEsteban Kuber-0/+2
2023-04-11Allow the elaborator to only filter to real supertraitsMichael Goulet-0/+20
2023-04-11Broken testsMichael Goulet-0/+10
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-2/+2
2023-02-16Do not ICE on unmet trait alias impl boundsAlan Egerton-0/+40
2023-02-16Rollup merge of #108115 - eggyal:unmet_trait_alias_bound, r=compiler-errorsMatthias Krüger-0/+30
2023-02-16Do not ICE on unmet trait alias boundsAlan Egerton-0/+30
2023-02-16Remove save-analysis.Nicholas Nethercote-5/+1
2023-02-08Do not assemble supertraits for trait aliasesAlan Egerton-0/+21
2023-01-27Add regression test for #60755Yuki Okushi-0/+12
2023-01-11Move /src/test to /testsAlbert Larsan-0/+2122