diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2020-09-09 14:04:27 +0200 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2020-09-19 10:36:37 +0200 |
| commit | c5889e4dabf4c7a40785949ff16a0c6f80bd8062 (patch) | |
| tree | 2c3953dff79ab84efc24db0dde68a26fa6fddf28 /src/test/incremental | |
| parent | ef04e68462914c8e0c45736852758b012e809590 (diff) | |
| download | rust-c5889e4dabf4c7a40785949ff16a0c6f80bd8062.tar.gz rust-c5889e4dabf4c7a40785949ff16a0c6f80bd8062.zip | |
Update incremental tests
Diffstat (limited to 'src/test/incremental')
| -rw-r--r-- | src/test/incremental/issue-54242.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/incremental/issue-54242.rs b/src/test/incremental/issue-54242.rs index 1c700d44dd8..25dc7cdf129 100644 --- a/src/test/incremental/issue-54242.rs +++ b/src/test/incremental/issue-54242.rs @@ -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() {} |
