X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fasync-await%2Fno-async-const.stderr;h=a51dc88a4eded368247b823ca0be53a5537ee326;hb=1318d943a59f32c2cc3b4413062bed8fec058fb8;hp=ae13b90c3cfc0bd33f7cd806337cb38e48eaf16f;hpb=3426a730ffc78bea3fa45593a383647c0774fe57;p=rust.git diff --git a/src/test/ui/async-await/no-async-const.stderr b/src/test/ui/async-await/no-async-const.stderr index ae13b90c3cf..a51dc88a4ed 100644 --- a/src/test/ui/async-await/no-async-const.stderr +++ b/src/test/ui/async-await/no-async-const.stderr @@ -7,7 +7,7 @@ LL | pub async const fn x() {} | | expected one of `extern`, `fn`, or `unsafe` | help: `const` must come before `async`: `const async` | - = note: keyword order for functions declaration is `default`, `pub`, `const`, `async`, `unsafe`, `extern` + = note: keyword order for functions declaration is `pub`, `default`, `const`, `async`, `unsafe`, `extern` error: aborting due to previous error