| Age | Commit message (Collapse) | Author | Lines |
|
Now that `macro_rules` macros can define attribute rules, make sure
error messages account for that.
|
|
For macros that are implemented on the compiler, we do *not* mention the `-Zmacro-backtrace` flag. This includes `derive`s and standard macros.
|
|
Consider comments and bare delimiters the same as an "empty line" for purposes of hiding rendered code output of long multispans. This results in more aggressive shortening of rendered output without losing too much context, specially in `*.stderr` tests that have "hidden" comments.
|
|
This reverts commit abc0660118cc95f47445fd33502a11dd448f5968.
|
|
|
|
The previous output was unintuitive to users.
|
|
|