Skip to content

Commit e2d8817

Browse files
committed
huge-enum also exhibits this error
1 parent 184939f commit e2d8817

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/ui/huge-enum.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// normalize-stderr-test "std::option::Option<\[u32; \d+\]>" -> "TYPE"
22
// normalize-stderr-test "\[u32; \d+\]" -> "TYPE"
33

4+
// FIXME https://github.com/rust-lang/rust/issues/59774
5+
// normalize-stderr-test "thread.*panicked.*Metadata module not compiled.*\n" -> ""
6+
// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
7+
48
#[cfg(target_pointer_width = "32")]
59
fn main() {
610
let big: Option<[u32; (1<<29)-1]> = None;

0 commit comments

Comments
 (0)