]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/suggestions/issue-81839.stderr
Rollup merge of #107595 - michaelwoerister:retry_proc_macro_loading, r=petrochenkov
[rust.git] / tests / ui / suggestions / issue-81839.stderr
index fae474cedb886831c23d45c676942da10da6d1a2..4af7cc9f8ec800c7a2b8b6fb50648acecf633df9 100644 (file)
@@ -14,11 +14,6 @@ LL | |         _ => cx.answer_str("hi"),
 LL | |     }
    | |_____- `match` arms have incompatible types
    |
-note: while checking the return type of the `async fn`
-  --> $DIR/auxiliary/issue-81839.rs:6:49
-   |
-LL |     pub async fn answer_str(&self, _s: &str) -> Test {
-   |                                                 ^^^^ checked the `Output` of this `async fn`, found opaque type
    = note: expected unit type `()`
             found opaque type `impl Future<Output = Test>`