Update compiler/rustc_error_codes/src/error_codes/E0547.md
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
This commit is contained in:
parent
7b84b62d29
commit
8fbdd2d15e
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue