X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fasync-await%2Fissue-64130-2-send.rs;h=7a6e5952cb956df7bfed253cb716c31dd01bec01;hb=d80bcf8316894024336bea44ce572ae2545315e4;hp=2362831d8b8f6c25042587538efdf0852fd76551;hpb=ad76883ff99ef28fc650419640bdc91f7d521eae;p=rust.git diff --git a/src/test/ui/async-await/issue-64130-2-send.rs b/src/test/ui/async-await/issue-64130-2-send.rs index 2362831d8b8..7a6e5952cb9 100644 --- a/src/test/ui/async-await/issue-64130-2-send.rs +++ b/src/test/ui/async-await/issue-64130-2-send.rs @@ -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;