Skip to content

Commit 9be5d2d

Browse files
committed
Format fixes
1 parent 956c813 commit 9be5d2d

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

compiler/rustc_error_codes/src/error_codes/E0542.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
The `since` value is missing in a stability attribute.
22

3-
43
Erroneous code example:
54

65
```compile_fail,E0542
@@ -20,7 +19,7 @@ fn _stable_const_fn() {}
2019
fn _deprecated_fn() {}
2120
```
2221

23-
To fix the issue you need to provide the since field of the feature.
22+
To fix the issue you need to provide the `since` field.
2423

2524
```
2625
#![feature(staged_api)]

0 commit comments

Comments
 (0)