]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/no-args-non-move-async-closure.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / no-args-non-move-async-closure.stderr
index 34cd0069c041dfa470d367e63818ede22e186a41..752816502ebeaa76386ba4299b6a15433a636584 100644 (file)
@@ -1,4 +1,4 @@
-error[E0727]: `async` non-`move` closures with arguments are not currently supported
+error[E0708]: `async` non-`move` closures with arguments are not currently supported
   --> $DIR/no-args-non-move-async-closure.rs:16:13
    |
 LL |     let _ = async |x: u8| {};
@@ -8,4 +8,4 @@ LL |     let _ = async |x: u8| {};
 
 error: aborting due to previous error
 
-For more information about this error, try `rustc --explain E0727`.
+For more information about this error, try `rustc --explain E0708`.