summaryrefslogtreecommitdiff
path: root/tests/ui/generator
AgeCommit message (Collapse)Author
2023-01-30Modify primary span label for E0308Esteban Küber
The previous output was unintuitive to users.
2023-01-27Restrict amount of ignored locals.Camille GILLOT
2023-01-27Bless tests.Camille GILLOT
2023-01-27Always require Drop for generators.Camille GILLOT
2023-01-27Test the 3 generator handling versions for generator/async tests.Camille GILLOT
2023-01-25Rollup merge of #106944 - Nilstrieb:there-once-was-a-diagnostic, r=WaffleLapkinMatthias Krüger
Suggest using a lock for `*Cell: Sync` bounds I mostly did this for `OnceCell<T>` at first because users will be confused to see that the `OnceCell<T>` in `std` isn't `Sync` but then extended it to `Cell<T>` and `RefCell<T>` as well.
2023-01-19Add `rustc_on_unimplemented` on `Sync` for cell typesNilstrieb
Suggest using a lock instead.
2023-01-17Account for method call and indexing when looking for inner-most path in ↵Esteban Küber
expression
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan
2023-01-11Move /src/test to /testsAlbert Larsan