summary refs log tree commit diff
path: root/src/test/ui/generator/layout-error.rs
AgeCommit message (Expand)AuthorLines
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-4/+2
2021-07-27Use type_alias_impl_trait instead of min in compiler and libSantiago Pastorino-1/+0
2021-07-18Remove impl_trait_in_bindings feature flagSantiago Pastorino-4/+2
2021-03-15Only allow tait defining uses in function and method return positionOli Scherer-3/+4
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-1/+5
2021-01-14Don't ICE when computing a layout of a generator tainted by errorsTomasz Miąsko-0/+28