rust/src/libsyntax/ext/tt
Alex Crichton c6bbb95ce2 syntax: Accept meta matchers in macros
This removes the `attr` matcher and adds a `meta` matcher. The previous `attr`
matcher is now ambiguous because it doesn't disambiguate whether it means inner
attribute or outer attribute.

The new behavior can still be achieved by taking an argument of the form
`#[$foo:meta]` (the brackets are part of the macro pattern).

Closes #13067
2014-03-28 16:37:45 -07:00
..
macro_parser.rs syntax: Accept meta matchers in macros 2014-03-28 16:37:45 -07:00
macro_rules.rs syntax: Fix fallout of removing get() 2014-03-22 08:48:20 -07:00
transcribe.rs syntax: Fix fallout of removing get() 2014-03-22 08:48:20 -07:00