about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Scherer <github35764891676564198441@oli-obk.de>2020-09-09 12:25:55 +0200
committerOliver Scherer <github35764891676564198441@oli-obk.de>2020-09-19 10:36:37 +0200
commitef04e68462914c8e0c45736852758b012e809590 (patch)
tree74a7995211ae501b515105a2de87b1599908e96d
parentc3c8c981a859d6190adeec0dc32b2765bace1b3d (diff)
downloadrust-ef04e68462914c8e0c45736852758b012e809590.tar.gz
rust-ef04e68462914c8e0c45736852758b012e809590.zip
Update compile-fail tests
-rw-r--r--src/test/compile-fail/issue-44415.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/issue-44415.rs b/src/test/compile-fail/issue-44415.rs
index 763f8574873..71e764620d1 100644
--- a/src/test/compile-fail/issue-44415.rs
+++ b/src/test/compile-fail/issue-44415.rs
@@ -4,7 +4,7 @@ use std::intrinsics;
 
 struct Foo {
     bytes: [u8; unsafe { intrinsics::size_of::<Foo>() }],
-    //~^ ERROR cycle detected when const-evaluating + checking
+    //~^ ERROR cycle detected when simplifying constant for the type system
     x: usize,
 }