summary refs log tree commit diff
path: root/src/test/compile-fail/method-macro-backtrace.rs
AgeCommit message (Collapse)AuthorLines
2014-09-17Pop the expansion context after expanding a method macroKeegan McAllister-0/+37
We were leaving these on the stack, causing spurious backtraces. I've confirmed that this test fails without the fix.