summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/issue-60709.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/issue-60709.rs')
-rw-r--r--tests/ui/async-await/issue-60709.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/issue-60709.rs b/tests/ui/async-await/issue-60709.rs
index 61f6ed1b7..2cda40e9e 100644
--- a/tests/ui/async-await/issue-60709.rs
+++ b/tests/ui/async-await/issue-60709.rs
@@ -1,5 +1,5 @@
// This used to compile the future down to ud2, due to uninhabited types being
-// handled incorrectly in generators.
+// handled incorrectly in coroutines.
// compile-flags: -Copt-level=z -Cdebuginfo=2 --edition=2018
// run-pass