We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b84b62 commit 8fbdd2dCopy full SHA for 8fbdd2d
compiler/rustc_error_codes/src/error_codes/E0547.md
@@ -13,7 +13,7 @@ fn _unstable_fn() {}
13
fn _unstable_const_fn() {}
14
```
15
16
-To fix the issue you need to provide the `issue` field.
+To fix this issue, you need to provide the `issue` field. Example:
17
18
19
#![feature(staged_api)]
0 commit comments