]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/huge-struct.rs
some more tests need normalization
[rust.git] / src / test / ui / huge-struct.rs
index 74e43cc6472beda8924d134feab0ad99cf29a6f1..dc7d75a6f028ea12a592c6543f39351ff6409f30 100644 (file)
@@ -2,6 +2,10 @@
 // normalize-stderr-test "S1M" -> "SXX"
 // error-pattern: too big for the current
 
+// FIXME https://github.com/rust-lang/rust/issues/59774
+// normalize-stderr-test "thread.*panicked.*Metadata module not compiled.*\n" -> ""
+// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
+
 struct S32<T> {
     v0: T,
     v1: T,