]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/async-await/issue-64130-2-send.rs
Rollup merge of #103766 - lukas-code:error-in-core, r=Dylan-DPC
[rust.git] / src / test / ui / async-await / issue-64130-2-send.rs
index 2362831d8b8f6c25042587538efdf0852fd76551..7a6e5952cb956df7bfed253cb716c31dd01bec01 100644 (file)
@@ -1,7 +1,7 @@
 #![feature(negative_impls)]
 // edition:2018
 
-// This tests the the specialized async-await-specific error when futures don't implement an
+// This tests the specialized async-await-specific error when futures don't implement an
 // auto trait (which is specifically Send) due to some type that was captured.
 
 struct Foo;