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.
1 parent 174135f commit 63deae5Copy full SHA for 63deae5
compiler/rustc_error_codes/src/error_codes/E0373.md
@@ -53,7 +53,7 @@ about safety.
53
54
This error may also be encountered while using `async` blocks:
55
56
-```compile_fail,E0373
+```compile_fail,E0373,edition2018
57
use std::{sync::Arc, future::Future, pin::Pin, task::{Context, Poll}};
58
59
async fn f() {
0 commit comments