We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba24c31 + 154f629 commit 4cf6cb3Copy full SHA for 4cf6cb3
rust-version
@@ -1 +1 @@
1
-27af5175497936ea3413bef5816e7c0172514b9c
+51ea9bb29b07d76c5a7167d054b54f4eb7f5b44e
tests/run-pass/async-fn.rs
@@ -29,7 +29,7 @@ fn never() -> Never {
29
}
30
31
async fn includes_never(crash: bool, x: u32) -> u32 {
32
- let mut result = async { x * x }.await;
+ let result = async { x * x }.await;
33
if !crash {
34
return result;
35
0 commit comments