File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ // ignore-tidy-linelength
1
2
//@ build-fail
2
3
//@ normalize-stderr-test: "S32" -> "SXX"
3
4
//@ 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"
5
7
6
8
struct S32 < T > {
7
9
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
3
3
|
4
4
LL | let fat: Option<SXX<SXX<SXX<u32>>>> = None;
5
5
| ^^^
You can’t perform that action at this time.
0 commit comments