about summary refs log tree commit diff
path: root/tests/ui/parser/lit-err-in-macro.stderr
AgeCommit message (Collapse)AuthorLines
2025-07-05Move macro tests in `parser` into `macro` directoryJosh Triplett-20/+0
The `macro` directory contains most of the macro tests, but not all of them; move the remainder into `macro`.
2025-04-16Add test for `extern` without explicit ABIObei Sideg-1/+1
2025-02-11compiler: replace ExternAbi::name calls with formattersJubilee Young-1/+1
Most of these just format the ABI string, so... just format ExternAbi? This makes it more consistent and less jank when we can do it.
2025-01-07Update tests.Mara Bos-1/+13
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-06-15Handle interpolated literal errorsMichael Goulet-0/+8