We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60472bb + a99d869 commit 863af9dCopy full SHA for 863af9d
compiler/rustc_error_codes/src/error_codes/E0542.md
@@ -19,7 +19,7 @@ fn _stable_const_fn() {}
19
fn _deprecated_fn() {}
20
```
21
22
-To fix the issue you need to provide the `since` field.
+To fix this issue, you need to provide the `since` field. Example:
23
24
25
#![feature(staged_api)]
compiler/rustc_error_codes/src/error_codes/E0546.md
@@ -13,7 +13,7 @@ fn unstable_fn() {}
13
fn stable_fn() {}
14
15
16
-To fix the issue you need to provide the `feature` field.
+To fix this issue, you need to provide the `feature` field. Example:
17
18
0 commit comments