about summary refs log tree commit diff
path: root/tests/ui/limits/huge-enum.stderr
AgeCommit message (Collapse)AuthorLines
2025-08-28compiler: Include span of too huge enum with -Cdebuginfo=2Martin Nordholts-8/+0
We have a ui test to ensure we emit an error if we encounter too big enums. Before this fix, compiling the test with `-Cdebuginfo=2` would not include the span of the instantiation site, because the error is then emitted from a different code path that does not include the span. Propagate the span to the error also in the debuginfo case, so the test passes regardless of debuginfo level.
2025-08-22ci: Begin running ui tests with `rust.debuginfo-level-tests=1`Martin Nordholts-1/+1
To reduce risk of regressing on generating debuginfo e.g. in the form of ICE:s. This will also ensure that future ui tests support different debuginfo levels. When I looked at run time for different CI jobs, **x86_64-gnu-debug** was far from the bottle neck, so it should be fine to make it perform more work.
2024-09-20TL note: current means targetJubilee Young-1/+1
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-07-05Remove some unnecessary normalizationBen Kimock-1/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+8