]> git.lizzy.rs Git - rust.git/commitdiff
Update incremental tests
authorOliver Scherer <github35764891676564198441@oli-obk.de>
Wed, 9 Sep 2020 12:04:27 +0000 (14:04 +0200)
committerOliver Scherer <github35764891676564198441@oli-obk.de>
Sat, 19 Sep 2020 08:36:37 +0000 (10:36 +0200)
src/test/incremental/issue-54242.rs

index 1c700d44dd80b7be19a54f8032a2e6c8677becfa..25dc7cdf129d5037a494425510a107d5df21ed85 100644 (file)
@@ -11,7 +11,7 @@ impl Tr for str {
     type Arr = [u8; 8];
     #[cfg(cfail)]
     type Arr = [u8; Self::C];
-    //[cfail]~^ ERROR cycle detected when const-evaluating
+    //[cfail]~^ ERROR cycle detected when simplifying constant
 }
 
 fn main() {}