Update compile-fail tests

This commit is contained in:
Oliver Scherer 2020-09-09 12:25:55 +02:00
parent c3c8c981a8
commit ef04e68462

View File

@ -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,
}