about summary refs log tree commit diff
path: root/src/test/ui/generator/borrowing.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-20/+0
2020-02-02Add a resume type parameter to `Generator`Jonas Schievink-1/+1
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-01-27Change generator trait to use pinningWim Looman-1/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-05-01Update ui/generator tests to reflect changes from new generator drop rules.Felix S. Klock II-2/+2
2018-04-11Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, ↵Felix S. Klock II-2/+2
including NLL. NOTE: I was careful to make each change in a manner that preserves the existing diagnostic output (usually by ensuring that no lines were added or removed). This means that the resulting source files are not as nice to read as they were at the start. But we will have to review these cases by hand anyway as follow-up work, so cleanup could reasonably happen then (or not at all).
2018-03-21Make resuming generators unsafe instead of the creation of immovable ↵John Kåre Alsaker-1/+1
generators. Fixes #47787
2017-08-09Initial pass review commentsAlex Crichton-0/+30