We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c8c98 commit ef04e68Copy full SHA for ef04e68
src/test/compile-fail/issue-44415.rs
@@ -4,7 +4,7 @@ use std::intrinsics;
4
5
struct Foo {
6
bytes: [u8; unsafe { intrinsics::size_of::<Foo>() }],
7
- //~^ ERROR cycle detected when const-evaluating + checking
+ //~^ ERROR cycle detected when simplifying constant for the type system
8
x: usize,
9
}
10
0 commit comments