auto merge of #21052 : nick29581/rust/methods-ext, r=sfackler
Allows modifiers to be used on methods, associated types, etc. r? @sfackler
This commit is contained in:
commit
8903c21d61
7 changed files with 419 additions and 121 deletions
|
|
@ -957,7 +957,7 @@ pub type Mac = Spanned<Mac_>;
|
|||
pub enum Mac_ {
|
||||
// NB: the additional ident for a macro_rules-style macro is actually
|
||||
// stored in the enclosing item. Oog.
|
||||
MacInvocTT(Path, Vec<TokenTree> , SyntaxContext), // new macro-invocation
|
||||
MacInvocTT(Path, Vec<TokenTree>, SyntaxContext), // new macro-invocation
|
||||
}
|
||||
|
||||
#[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Show, Copy)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue