Skip to content

Commit

Permalink
Update compiler/rustc_error_codes/src/error_codes/E0547.md
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
  • Loading branch information
jesusprubio and GuillaumeGomez authored Feb 9, 2021
1 parent 7b84b62 commit 8fbdd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_error_codes/src/error_codes/E0547.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 8fbdd2d

Please sign in to comment.