Skip to content

Commit 8fbdd2d

Browse files
Update compiler/rustc_error_codes/src/error_codes/E0547.md
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
1 parent 7b84b62 commit 8fbdd2d

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_error_codes/src/error_codes

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_error_codes/src/error_codes/E0547.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fn _unstable_fn() {}
1313
fn _unstable_const_fn() {}
1414
```
1515

16-
To fix the issue you need to provide the `issue` field.
16+
To fix this issue, you need to provide the `issue` field. Example:
1717

1818
```
1919
#![feature(staged_api)]

0 commit comments

Comments
 (0)