Rollup merge of #73436 - GuillaumeGomez:cleanup-e0670, r=Dylan-DPC

Clean up E0670 explanation

r? @Dylan-DPC
This commit is contained in:
Manish Goregaokar 2020-06-19 19:43:01 -07:00 committed by GitHub
commit 2377a50f42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {}