about summary refs log tree commit diff
path: root/src/test/ui/feature-gate-custom_attribute.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-33/+0
2017-12-07Migrate even more feature gate tests to uiest31-0/+33
We also rename some of the files to conform to the feature-gate-<feat_name>.rs pattern that is most common.