summaryrefslogtreecommitdiffstats
path: root/src/test/ui/async-await/issue-64130-3-other.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/async-await/issue-64130-3-other.rs')
-rw-r--r--src/test/ui/async-await/issue-64130-3-other.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/async-await/issue-64130-3-other.rs b/src/test/ui/async-await/issue-64130-3-other.rs
index 52801c35b..630fb2c41 100644
--- a/src/test/ui/async-await/issue-64130-3-other.rs
+++ b/src/test/ui/async-await/issue-64130-3-other.rs
@@ -2,7 +2,7 @@
#![feature(negative_impls)]
// edition:2018
-// This tests the the unspecialized async-await-specific error when futures don't implement an
+// This tests the unspecialized async-await-specific error when futures don't implement an
// auto trait (which is not Send or Sync) due to some type that was captured.
auto trait Qux {}