Format fixes

This commit is contained in:
Jesus Rubio 2021-02-06 18:05:21 +01:00
parent 956c81355a
commit 9be5d2d01f

View File

@ -1,6 +1,5 @@
The `since` value is missing in a stability attribute.
Erroneous code example:
```compile_fail,E0542
@ -20,7 +19,7 @@ fn _stable_const_fn() {}
fn _deprecated_fn() {}
```
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.
```
#![feature(staged_api)]