-
Notifications
You must be signed in to change notification settings - Fork 14k
Nellshamrell/improve async error #86705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
93ef6b3
0ec98df
686eaf4
0f05538
4eddf27
11dccad
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,7 +17,7 @@ LL | | } | |
| ::: $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 | ||
| | ---- calling an async function returns a future | ||
|
||
| | | ||
| = note: while checking the return type of the `async fn` | ||
| = note: expected type `()` | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.