about summary refs log tree commit diff
path: root/tests/ui/coroutine/clone-impl-static.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/coroutine/clone-impl-static.rs')
-rw-r--r--tests/ui/coroutine/clone-impl-static.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/coroutine/clone-impl-static.rs b/tests/ui/coroutine/clone-impl-static.rs
index 56d1ccac703..62d4392e30c 100644
--- a/tests/ui/coroutine/clone-impl-static.rs
+++ b/tests/ui/coroutine/clone-impl-static.rs
@@ -1,3 +1,4 @@
+//@compile-flags: --diagnostic-width=300
 // gate-test-coroutine_clone
 // Verifies that static coroutines cannot be cloned/copied.