about summary refs log tree commit diff
path: root/src/test/compile-fail/feature-gate-slice-patterns.rs
AgeCommit message (Collapse)AuthorLines
2017-12-07Migrate a few feature gate tests to uiest31-18/+0
Renames only in this commit, and obviously .stderr file additions.
2015-04-24Add feature gate testsLuke Gallagher-0/+18
As part of the audit for #22820 the following feature gate tests have been added: * `negate_unsigned` * `on_unimplemented` * `optin_builtin_traits` * `plugin` * `rustc_attrs` * `slice_patterns`