From 9be5d2d01f3600af0664279d8d8facaa2bb8bfbb Mon Sep 17 00:00:00 2001 From: Jesus Rubio Date: Sat, 6 Feb 2021 18:05:21 +0100 Subject: Format fixes --- compiler/rustc_error_codes/src/error_codes/E0542.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'compiler/rustc_error_codes') diff --git a/compiler/rustc_error_codes/src/error_codes/E0542.md b/compiler/rustc_error_codes/src/error_codes/E0542.md index 01c070009e8..929b21b8b12 100644 --- a/compiler/rustc_error_codes/src/error_codes/E0542.md +++ b/compiler/rustc_error_codes/src/error_codes/E0542.md @@ -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)] -- cgit 1.4.1-3-g733a5