summary refs log tree commit diff
path: root/src/test/compile-fail/macro_undefined.rs
AgeCommit message (Collapse)AuthorLines
2017-02-16Refactor macro resolution errors + add derive macro suggestionsJosh Driver-4/+6
2017-02-12Allow using inert attributes from `proc_macro_derive`s with ↵Jeffrey Seyfried-2/+2
`#![feature(proc_macro)]`.
2016-02-16Add check on find_best_match_for_name and improve help message for undefined ↵ggomez-0/+25
macro