diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-06-17 14:07:34 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-06-17 14:07:34 +0200 |
| commit | bde1ccfcb22484d371eb94d29a74373b538e49ab (patch) | |
| tree | f2f3f416ea79e90a2b4cb595cc6a1720f6165703 | |
| parent | 59493917be3e87e1dfb44a9ccb66a9f9b17228e6 (diff) | |
| download | rust-bde1ccfcb22484d371eb94d29a74373b538e49ab.tar.gz rust-bde1ccfcb22484d371eb94d29a74373b538e49ab.zip | |
Clean up E0670 explanation
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0670.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0670.md b/src/librustc_error_codes/error_codes/E0670.md index 2026370bec3..74c1af06cf4 100644 --- a/src/librustc_error_codes/error_codes/E0670.md +++ b/src/librustc_error_codes/error_codes/E0670.md @@ -1,6 +1,6 @@ Rust 2015 does not permit the use of `async fn`. -Example of erroneous code: +Erroneous code example: ```compile_fail,E0670 async fn foo() {} |
