We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184939f commit e2d8817Copy full SHA for e2d8817
src/test/ui/huge-enum.rs
@@ -1,6 +1,10 @@
1
// normalize-stderr-test "std::option::Option<\[u32; \d+\]>" -> "TYPE"
2
// normalize-stderr-test "\[u32; \d+\]" -> "TYPE"
3
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
+
8
#[cfg(target_pointer_width = "32")]
9
fn main() {
10
let big: Option<[u32; (1<<29)-1]> = None;
0 commit comments