about summary refs log tree commit diff
path: root/tests/ui/polymorphization
AgeCommit message (Collapse)AuthorLines
2024-12-06Remove polymorphizationBen Kimock-1491/+0
2024-08-08Don't inline tainted MIR bodiesMichael Goulet-0/+51
2024-07-24Make sure that args are compatible in resolve_associated_itemMichael Goulet-0/+42
2024-06-03Mark all missing generic args as errorsOli Scherer-0/+31
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-2/+10
And suggest adding the `#[coroutine]` to the closure
2024-03-24add test for #90192Matthias Krüger-0/+20
Fixes #90192
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-45/+45
2023-11-24Show number in error message even for one errorNilstrieb-3/+3
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-10-20Rename lots of files that had `generator` in their nameOli Scherer-3/+3
2023-10-20s/generator/coroutine/Oli Scherer-3/+3
2023-10-20s/Generator/Coroutine/Oli Scherer-12/+12
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-2/+2
- Either explicitly annotate `let x: () = expr;` where `x` has unit type, or remove the unit binding to leave only `expr;` instead. - Fix disjoint-capture-in-same-closure test
2023-04-21Ensure mir_drops_elaborated_and_const_checked when requiring codegen.Camille GILLOT-39/+21
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1357