about summary refs log tree commit diff
path: root/src/test/ui/generator/dropck.rs
AgeCommit message (Expand)AuthorLines
2019-01-27Change generator trait to use pinningWim Looman-1/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-05-25rust-lang/rust#51025: improve test robustness so that they work under NLL too.Felix S. Klock II-1/+1
2018-05-01Update ui/generator tests to reflect changes from new generator drop rules.Felix S. Klock II-2/+3
2018-04-11Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, including...Felix S. Klock II-2/+2
2018-03-21Make resuming generators unsafe instead of the creation of immovable generato...John Kåre Alsaker-1/+1
2018-01-23Add dropck testJohn Kåre Alsaker-0/+28