Skip to content

Commit c5889e4

Browse files
committed
Update incremental tests
1 parent ef04e68 commit c5889e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/incremental/issue-54242.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ impl Tr for str {
1111
type Arr = [u8; 8];
1212
#[cfg(cfail)]
1313
type Arr = [u8; Self::C];
14-
//[cfail]~^ ERROR cycle detected when const-evaluating
14+
//[cfail]~^ ERROR cycle detected when simplifying constant
1515
}
1616

1717
fn main() {}

0 commit comments

Comments
 (0)