summary refs log tree commit diff
path: root/src/test/compile-fail/log-syntax-gate2.rs
AgeCommit message (Collapse)AuthorLines
2015-02-16Address the other cases of #22234; fix #22234.Felix S. Klock II-0/+13
The other cases: `concat_idents!`, `log_syntax!`, and `trace_macros!`, (these macros, with `asm!`, are handled (eagerly) in feature_gate.rs).