about summary refs log tree commit diff
path: root/src/test/compile-fail/impl-trait/feature-gate.rs
AgeCommit message (Collapse)AuthorLines
2017-12-07Migrate even more feature gate tests to uiest31-16/+0
We also rename some of the files to conform to the feature-gate-<feat_name>.rs pattern that is most common.
2017-11-15Add universal_impl_trait feature gateChristopher Vittal-1/+1
Move feature gate check to inside HIR lowering. Change error messages and update tests.
2017-01-12Mark even more tests as gate testsest31-0/+2
Now, no feature outside of the whitelist is without a test marked as its gate test.
2016-08-12test: add more extensive tests for impl Trait.Eduard Burtescu-0/+14