]> git.lizzy.rs Git - rust.git/commitdiff
Update compiler/rustc_error_codes/src/error_codes/E0549.md
authorJesús Rubio <jesusprubio@gmail.com>
Thu, 18 Feb 2021 08:23:21 +0000 (09:23 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Feb 2021 08:23:21 +0000 (09:23 +0100)
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
compiler/rustc_error_codes/src/error_codes/E0549.md

index a5728dc20c8b8d757f06faf251b25d6d5c787298..0ae7b0a377fbc1685d7fe519ef9aadbd65d967d4 100644 (file)
@@ -1,5 +1,5 @@
-The `rustc_deprecated` attribute must be paired with either `stable` or
-`unstable`.
+A `rustc_deprecated` attribute wasn't be paired with a `stable`/`unstable`
+attribute. 
 
 Erroneous code example: