rust/src/test/ui/proc-macro/debug
Aaron Hill 88262984eb
Show SyntaxContext in formatted Span debug output
This is only really useful in debug messages, so I've switched to
calling `span_to_string` in any place that causes a `Span` to end up in
user-visible output.
2020-06-08 21:47:33 -04:00
..
auxiliary
dump-debug-span-debug.rs Add -Z span-debug to allow for easier debugging of proc macros 2020-06-04 15:39:12 -04:00
dump-debug-span-debug.stderr Show SyntaxContext in formatted Span debug output 2020-06-08 21:47:33 -04:00
dump-debug.rs
dump-debug.stderr