about summary refs log tree commit diff
path: root/src/test/ui/generator/sized-yield.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-26/+0
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-3/+0
2021-08-16Use note to point at bound introducing requirementEsteban Küber-4/+4
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-1/+1
2020-10-06Fix tests from rebaseMatthew Jasper-1/+1
2020-10-06Fix rebaseMatthew Jasper-1/+1
2020-10-06Separate bounds and predicates for associated/opaque typesMatthew Jasper-0/+5
2020-09-02pretty: trim paths of unique symbolsDan Aloni-2/+2
2020-07-14Remove `Sized` `on_unimplemented` noteEsteban Küber-2/+0
2020-02-02Add a resume type parameter to `Generator`Jonas Schievink-1/+1
2019-03-11Update testsVadim Petrochenkov-1/+1
2019-01-27Change generator trait to use pinningWim Looman-4/+4
2019-01-01Fix broken links to second edition TRPL.Corey Farwell-2/+2
2018-12-25Remove licensesMark Rousskov-2/+2
2018-08-05Fix doc link (again)Felix Rabe-2/+2
2018-07-17Fix doc linkFelix Rabe-2/+2
2018-07-10Fix typo in error message E0277Rémy Rakic-3/+3
2018-06-19Update message for `!Sized` typesEsteban Küber-5/+5
2018-06-19Add link to book for `Sized` errorsEsteban Küber-0/+2
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-5/+6
2018-03-21Make resuming generators unsafe instead of the creation of immovable generato...John Kåre Alsaker-3/+3
2018-03-14update testsGuillaume Gomez-1/+1
2018-02-26Update UI testsVadim Petrochenkov-4/+4
2018-02-25Update ui testsGuillaume Gomez-0/+1
2018-01-29Require yield types to be sizedJohn Kåre Alsaker-0/+22