From ac6c09a980ff0785f0be209c86cb6da563f0ad26 Mon Sep 17 00:00:00 2001 From: Jesus Rubio Date: Sat, 6 Feb 2021 19:45:43 +0100 Subject: Typo fix --- compiler/rustc_error_codes/src/error_codes/E0546.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/rustc_error_codes/src') diff --git a/compiler/rustc_error_codes/src/error_codes/E0546.md b/compiler/rustc_error_codes/src/error_codes/E0546.md index 11f2bebba43..0073357b5ea 100644 --- a/compiler/rustc_error_codes/src/error_codes/E0546.md +++ b/compiler/rustc_error_codes/src/error_codes/E0546.md @@ -19,10 +19,10 @@ To fix the issue you need to provide the `feature` field. #![feature(staged_api)] #![stable(since = "1.0.0", feature = "test")] -#[unstable(feature = "unstable_fn", issue = "none")] // ok!! +#[unstable(feature = "unstable_fn", issue = "none")] // ok! fn unstable_fn() {} -#[stable(feature = "stable_fn", since = "1.0.0")] // ok!! +#[stable(feature = "stable_fn", since = "1.0.0")] // ok! fn stable_fn() {} ``` -- cgit 1.4.1-3-g733a5