Update compiler/rustc_error_codes/src/error_codes/E0547.md

Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
This commit is contained in:
Jesús Rubio 2021-02-09 14:13:40 +01:00 committed by GitHub
parent 7b84b62d29
commit 8fbdd2d15e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ fn _unstable_fn() {}
fn _unstable_const_fn() {}
```
To fix the issue you need to provide the `issue` field.
To fix this issue, you need to provide the `issue` field. Example:
```
#![feature(staged_api)]