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 ef04e68 commit c5889e4Copy full SHA for c5889e4
src/test/incremental/issue-54242.rs
@@ -11,7 +11,7 @@ impl Tr for str {
11
type Arr = [u8; 8];
12
#[cfg(cfail)]
13
type Arr = [u8; Self::C];
14
- //[cfail]~^ ERROR cycle detected when const-evaluating
+ //[cfail]~^ ERROR cycle detected when simplifying constant
15
}
16
17
fn main() {}
0 commit comments