tests/ui/debuginfo/debuginfo-type-name-layout-ice-94961-2.rs
emits "values of the type [u8; usize::MAX]
are too big for the target architecture" differently
#140620
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
For
tests/ui/debuginfo/debuginfo-type-name-layout-ice-94961-2.rs
:x86_64-unknown-linux-gnu
, it emits "values of the type[u8; usize::MAX]
are too big for the target architecture" with no span information.x86_64-pc-windows-msvc
, it emits "values of the type[u8; usize::MAX]
are too big for the target architecture" against the first line of the test.See #140586 (comment).
Example test failure:
The text was updated successfully, but these errors were encountered: