about summary refs log tree commit diff
path: root/tests/ui/alloc-error/alloc-error-handler-bad-signature-1.stderr
AgeCommit message (Collapse)AuthorLines
2025-08-08mbe: In error messages, don't assume attributes are always proc macrosJosh Triplett-2/+2
Now that `macro_rules` macros can define attribute rules, make sure error messages account for that.
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-2/+0
For macros that are implemented on the compiler, we do *not* mention the `-Zmacro-backtrace` flag. This includes `derive`s and standard macros.
2024-12-12Tweak multispan renderingEsteban Küber-4/+2
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.
2023-04-25Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger-0/+44
This reverts commit abc0660118cc95f47445fd33502a11dd448f5968.
2023-04-16Remove #[alloc_error_handler] from the compiler and libraryAmanieu d'Antras-44/+0
2023-01-30Modify primary span label for E0308Esteban Küber-1/+1
The previous output was unintuitive to users.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+44