We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd79b8 commit f621f89Copy full SHA for f621f89
src/test/ui/huge-enum.rs
@@ -1,3 +1,6 @@
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" -> ""
src/test/ui/huge-enum.stderr
@@ -1,5 +1,5 @@
-error: the type `std::option::Option<[u32; 35184372088831]>` is too big for the current architecture
- --> $DIR/huge-enum.rs:12:9
+error: the type `TYPE` is too big for the current architecture
+ --> $DIR/huge-enum.rs:15:9
|
LL | let big: BIG = None;
| ^^^
0 commit comments