summary refs log tree commit diff
path: root/src/test/compile-fail/invalid-plugin-attr.rs
AgeCommit message (Collapse)AuthorLines
2015-08-29Handle gateage of built-in attributes seperatelyJonas Schievink-0/+17
This allows marking attributes as whitelisted/crate-only independent of their feature gate status. Closes #24213