Skip to content

Commit ef04e68

Browse files
committed
Update compile-fail tests
1 parent c3c8c98 commit ef04e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/issue-44415.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use std::intrinsics;
44

55
struct Foo {
66
bytes: [u8; unsafe { intrinsics::size_of::<Foo>() }],
7-
//~^ ERROR cycle detected when const-evaluating + checking
7+
//~^ ERROR cycle detected when simplifying constant for the type system
88
x: usize,
99
}
1010

0 commit comments

Comments
 (0)