about summary refs log tree commit diff
path: root/src/test/compile-fail/feature-gate-rustc-attrs.rs
AgeCommit message (Collapse)AuthorLines
2017-12-07Migrate a few feature gate tests to uiest31-20/+0
Renames only in this commit, and obviously .stderr file additions.
2017-05-25Remove irrelevant tests and unused testing attributePaul Faria-1/+0
2015-09-06add MIR code (unused thus far)Niko Matsakis-1/+1
2015-09-06generalize graphviz library to handle HTML tags and other such thingsNiko Matsakis-2/+2
2015-04-24Add feature gate testsLuke Gallagher-0/+21
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`