File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ // ignore-tidy-linelength
12//@ build-fail
23//@ normalize-stderr-test: "S32" -> "SXX"
34//@ normalize-stderr-test: "S1M" -> "SXX"
4- //@ error-pattern: too big for the current
5+ //@ normalize-stderr-32bit: "values of the type `[^`]+` are too big" -> "values of the type $$REALLY_TOO_BIG are too big"
6+ //@ normalize-stderr-64bit: "values of the type `[^`]+` are too big" -> "values of the type $$REALLY_TOO_BIG are too big"
57
68struct S32 < T > {
79 v0 : T ,
Original file line number Diff line number Diff line change 1- error: values of the type `SXX<SXX<S1k<SXX<SXX<u32>>>>>` are too big for the current architecture
2- --> $DIR/huge-struct.rs:46 :9
1+ error: values of the type $REALLY_TOO_BIG are too big for the current architecture
2+ --> $DIR/huge-struct.rs:48 :9
33 |
44LL | let fat: Option<SXX<SXX<SXX<u32>>>> = None;
55 | ^^^
You can’t perform that action at this time.
0 commit comments