summary refs log tree commit diff
path: root/src/test/compile-fail/macro-backtrace-println.rs
AgeCommit message (Collapse)AuthorLines
2015-09-10Don't print the macro definition site in backtracesJonas Schievink-4/+5
This halves the backtrace length. The definition site wasn't very useful anyways, since it may be invalid (for compiler expansions) or located in another crate. Since the macro name is still printed, grepping for it is still an easy way of finding the definition.
2015-04-11Add compile-file/macro-backtrace-{invalid-internals,nested,println} testsRyan Prichard-0/+29