about summary refs log tree commit diff
path: root/src/test/compile-fail/gated-trace_macros.rs
AgeCommit message (Collapse)AuthorLines
2017-12-07Migrate even more feature gate tests to uiest31-15/+0
We also rename some of the files to conform to the feature-gate-<feat_name>.rs pattern that is most common.
2017-01-12Mark even more tests as gate testsest31-0/+1
Now, no feature outside of the whitelist is without a test marked as its gate test.
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-1/+1
2014-01-27Feature gate trace_macros.xales-0/+15
Fixes #11631