Skip to content

Commit 48b72c5

Browse files
committed
tests: add FIXME issue for debuginfo-type-name-layout-ice-94961-2.rs
1 parent 3ea420a commit 48b72c5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/ui/debuginfo/debuginfo-type-name-layout-ice-94961-2.rs

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
//FIXME~ ERROR values of the type `[u8; usize::MAX]` are too big for the target architecture
1+
// ignore-tidy-linelength
2+
// FIXME(#140620)~ ERROR values of the type `[u8; usize::MAX]` are too big for the target architecture
3+
24
// Make sure the compiler does not ICE when trying to generate the debuginfo name of a type that
35
// causes a layout error.
46
// This version of the test already ICE'd before the commit that introduce the ICE described in
@@ -18,5 +20,5 @@ pub fn foo() -> usize {
1820
std::mem::size_of::<Foo<u8>>()
1921
}
2022

21-
// FIXME: the error is reported on different lines on different targets
22-
//FIXME~? ERROR values of the type `[u8; usize::MAX]` are too big for the target architecture
23+
// FIXME(#140620): the error is reported on different lines on different targets
24+
//FIXME(#140620)~? ERROR values of the type `[u8; usize::MAX]` are too big for the target architecture

0 commit comments

Comments
 (0)