huge-enum also exhibits this error
This commit is contained in:
parent
184939fe98
commit
e2d88171a3
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
// normalize-stderr-test "std::option::Option<\[u32; \d+\]>" -> "TYPE"
|
||||
// normalize-stderr-test "\[u32; \d+\]" -> "TYPE"
|
||||
|
||||
// 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" -> ""
|
||||
|
||||
#[cfg(target_pointer_width = "32")]
|
||||
fn main() {
|
||||
let big: Option<[u32; (1<<29)-1]> = None;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue