about summary refs log tree commit diff
path: root/src/test/ui/infinite/infinite-struct.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/infinite/infinite-struct.rs')
-rw-r--r--src/test/ui/infinite/infinite-struct.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/infinite/infinite-struct.rs b/src/test/ui/infinite/infinite-struct.rs
index 70a203ea6e8..74185dc597b 100644
--- a/src/test/ui/infinite/infinite-struct.rs
+++ b/src/test/ui/infinite/infinite-struct.rs
@@ -1,6 +1,5 @@
 struct Take(Take);
 //~^ ERROR has infinite size
-//~| ERROR cycle detected
 
 // check that we don't hang trying to find the tail of a recursive struct (#79437)
 fn foo() -> Take {