File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 11// error-pattern: too big for the current architecture
22
33// normalize-stderr-test "; \d+]" -> "; N]"
4+
5+ // FIXME https://github.com/rust-lang/rust/issues/59774
6+ // normalize-stderr-test "thread.*panicked.*Metadata module not compiled.*\n" -> ""
7+ // normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
48#![ allow( exceeding_bitshifts) ]
59
610#[ cfg( target_pointer_width = "64" ) ]
Original file line number Diff line number Diff line change 22// normalize-stderr-test "S1M" -> "SXX"
33// error-pattern: too big for the current
44
5+ // FIXME https://github.com/rust-lang/rust/issues/59774
6+ // normalize-stderr-test "thread.*panicked.*Metadata module not compiled.*\n" -> ""
7+ // normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
8+
59struct S32 < T > {
610 v0 : T ,
711 v1 : T ,
Original file line number Diff line number Diff line change 11// only-x86_64
2+
3+ // FIXME https://github.com/rust-lang/rust/issues/59774
4+ // normalize-stderr-test "thread.*panicked.*Metadata module not compiled.*\n" -> ""
5+ // normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
26const HUGE_SIZE : usize = !0usize / 8 ;
37
48
You can’t perform that action at this time.
0 commit comments