about summary refs log tree commit diff
path: root/src/test/compile-fail-fulldeps/proc-macro/attribute-with-error.rs
AgeCommit message (Expand)AuthorLines
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-53/+0
2018-11-30tests: remove ignore-stage1 where possible in proc_macro tests.Eduard-Mihai Burtescu-1/+0
2018-09-10Feature gate non-builtin attributes in inner attribute positionVadim Petrochenkov-0/+2
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-2/+0
2018-07-16rustc: Stabilize much of the `proc_macro` featureAlex Crichton-1/+1
2018-04-18proc_macro: Stay on the "use the cache" path moreAlex Crichton-0/+2
2017-08-08Ignore tests that fail on stage1Malo Jaffré-0/+1
2017-07-28syntax: Capture a `TokenStream` when parsing itemsAlex Crichton-3/+29
2017-07-28Add a failing test for errors in proc macrosAlex Crichton-0/+25