We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956c813 commit 9be5d2dCopy full SHA for 9be5d2d
compiler/rustc_error_codes/src/error_codes/E0542.md
@@ -1,6 +1,5 @@
1
The `since` value is missing in a stability attribute.
2
3
-
4
Erroneous code example:
5
6
```compile_fail,E0542
@@ -20,7 +19,7 @@ fn _stable_const_fn() {}
20
19
fn _deprecated_fn() {}
21
```
22
23
-To fix the issue you need to provide the since field of the feature.
+To fix the issue you need to provide the `since` field.
24
25
26
#![feature(staged_api)]
0 commit comments