summary refs log tree commit diff
path: root/src/test/compile-fail/macro-error.rs
AgeCommit message (Collapse)AuthorLines
2017-02-28Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove ↵Jeffrey Seyfried-1/+1
`tokenstream::TokenTree::Sequence`.
2017-02-16Refactor macro resolution errors + add derive macro suggestionsJosh Driver-1/+0
2017-02-12Allow using inert attributes from `proc_macro_derive`s with ↵Jeffrey Seyfried-1/+1
`#![feature(proc_macro)]`.
2017-02-05Move derive macro expansion into the MacroExpanderJosh Driver-1/+1
This removes the expand_derives function, and sprinkles the functionality throughout the Invocation Collector, Expander and Resolver.
2016-08-26Stabilize type-macrosDaniele Baracchi-2/+0
Closes #27245
2016-05-21Test diagnosticsJeffrey Seyfried-2/+5
2015-11-14Check macro definition and do not expand invalid macrosSeo Sanghyeon-0/+19