about summary refs log tree commit diff
path: root/src/test/compile-fail/invalid-macro-matcher.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-18/+0
2017-05-13Add test, and fix the other testsest31-0/+2
2016-05-24Make sure that macros that didn't pass LHS checking are not expanded.Leo Testard-1/+1
This avoids duplicate errors for things like invalid fragment specifiers, or parsing errors for ambiguous macros. Fixes #29231.
2015-11-23Print the macro context name on incomplete parseJonas Schievink-1/+1
Fixes #22425 Also fixes #30007, since it's just a change from `true` to `false`.
2015-07-24Fix license statementAndy Caldwell-2/+12
2015-07-24Add test for issue #23389Andy Caldwell-0/+6