about summary refs log tree commit diff
path: root/tests/ui/generator/layout-error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/generator/layout-error.rs')
-rw-r--r--tests/ui/generator/layout-error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/generator/layout-error.rs b/tests/ui/generator/layout-error.rs
index 7c3d187409a..87da60700a4 100644
--- a/tests/ui/generator/layout-error.rs
+++ b/tests/ui/generator/layout-error.rs
@@ -1,4 +1,4 @@
-// Verifies that computing a layout of a generator tainted by type errors
+// Verifies that computing a layout of a coroutine tainted by type errors
 // doesn't ICE. Regression test for #80998.
 //
 // edition:2018