rust/src/test/run-pass-fulldeps/proc-macro
Vadim Petrochenkov 300b6bb417 Remove macro_reexport
It's subsumed by `feature(use_extern_macros)` and `pub use`
2018-05-01 15:58:42 +03:00
..
auxiliary Remove macro_reexport 2018-05-01 15:58:42 +03:00
add-impl.rs Ignore tests that fail on stage1 2017-08-08 18:33:43 +02:00
append-impl.rs Ignore tests that fail on stage1 2017-08-08 18:33:43 +02:00
attr-args.rs rustc: Tweak custom attribute capabilities 2018-04-20 19:56:16 -07:00
attr-cfg.rs Apply attr proc macros before cfg processing 2017-09-27 22:08:45 +02:00
attr-on-trait.rs rustc: Tweak custom attribute capabilities 2018-04-20 19:56:16 -07:00
attr-stmt-expr.rs rustc: Tweak custom attribute capabilities 2018-04-20 19:56:16 -07:00
bang-macro.rs rustc: Tweak custom attribute capabilities 2018-04-20 19:56:16 -07:00
count_compound_ops.rs rustc: Tweak custom attribute capabilities 2018-04-20 19:56:16 -07:00
crate-var.rs Ignore tests that fail on stage1 2017-08-08 18:33:43 +02:00
derive-attr-cfg.rs Apply attr proc macros before cfg processing 2017-09-27 22:08:45 +02:00
derive-b.rs rustc: Tweak custom attribute capabilities 2018-04-20 19:56:16 -07:00
derive-same-struct.rs Ignore tests that fail on stage1 2017-08-08 18:33:43 +02:00
derive-test.rs
empty-crate.rs Fix spurious warning on empty proc macro crates 2018-01-22 21:09:14 +11:00
expand-with-a-macro.rs
hygiene_example.rs rustc: Tweak custom attribute capabilities 2018-04-20 19:56:16 -07:00
issue-39889.rs Ignore tests that fail on stage1 2017-08-08 18:33:43 +02:00
issue-40001.rs Ignore tests that fail on stage1 2017-08-08 18:33:43 +02:00
issue-42708.rs rustc: Tweak custom attribute capabilities 2018-04-20 19:56:16 -07:00
issue-50061.rs parser: Do not override syntactic context for dummy spans 2018-04-22 04:33:30 +03:00
load-two.rs Ignore tests that fail on stage1 2017-08-08 18:33:43 +02:00
macros-in-extern.rs expand macro invocations in extern {} blocks 2018-04-03 13:16:11 -07:00
modify-ast.rs proc_macro: Avoid cached TokenStream more often 2018-04-10 13:05:13 -07:00
negative-token.rs rustc: Tweak custom attribute capabilities 2018-04-20 19:56:16 -07:00
smoke.rs
span-api-tests.rs proc_macro::Span API improvements 2017-10-05 17:00:55 -07:00
struct-field-macro.rs