We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea70fb7 commit 9991d54Copy full SHA for 9991d54
src/test/ui/lint/unreachable-async-fn.rs
@@ -1,7 +1,7 @@
1
-// run-pass
+// check-pass
2
// edition:2018
3
-#[allow(dead_code)]
4
+#[allow(dead_code)]
5
async fn foo () { // unreachable lint doesn't trigger
6
unimplemented!()
7
}
0 commit comments