Update compile-fail tests
This commit is contained in:
parent
c3c8c981a8
commit
ef04e68462
@ -4,7 +4,7 @@ use std::intrinsics;
|
||||
|
||||
struct Foo {
|
||||
bytes: [u8; unsafe { intrinsics::size_of::<Foo>() }],
|
||||
//~^ ERROR cycle detected when const-evaluating + checking
|
||||
//~^ ERROR cycle detected when simplifying constant for the type system
|
||||
x: usize,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user