Clean up E0670 explanation

This commit is contained in:
Guillaume Gomez 2020-06-17 14:07:34 +02:00
parent 59493917be
commit bde1ccfcb2

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