summary refs log tree commit diff
path: root/src/test/ui/generator/yield-while-iterating.rs
AgeCommit message (Expand)AuthorLines
2020-02-02Add a resume type parameter to `Generator`Jonas Schievink-3/+3
2019-01-27Change generator trait to use pinningWim Looman-6/+7
2018-12-25Remove licensesMark Rousskov-10/+0
2018-03-21Make resuming generators unsafe instead of the creation of immovable generato...John Kåre Alsaker-3/+3
2017-07-28Fix more tests with `GeneratorState` renameAlex Crichton-1/+1
2017-07-28change how we report `err_out_of_scope` borrowck errorsNiko Matsakis-0/+84