summary refs log tree commit diff
path: root/src/test/compile-fail/macro-context.rs
AgeCommit message (Collapse)AuthorLines
2015-12-31Cut out a bunch of Result and panictry! boilerplate from libsyntax.Nick Cameron-2/+1
[breaking-change] if you use any of the changed functions, you'll need to remove a try! or panictry!
2015-11-24Fix test failuresJonas Schievink-5/+5
2015-11-23Print the macro context name on incomplete parseJonas Schievink-0/+33
Fixes #22425 Also fixes #30007, since it's just a change from `true` to `false`.