about summary refs log tree commit diff
path: root/compiler/rustc_error_codes/src
diff options
context:
space:
mode:
authorJesús Rubio <jesusprubio@gmail.com>2021-02-18 09:23:21 +0100
committerGitHub <noreply@github.com>2021-02-18 09:23:21 +0100
commit5112cf0282e339af3e2f3bbe872fd32dfd69df56 (patch)
tree43ced7a05b97af0c074f2e40271df2d7369a106d /compiler/rustc_error_codes/src
parent5ae392f3c6786d6aba065bcf94baedf5017a66c3 (diff)
downloadrust-5112cf0282e339af3e2f3bbe872fd32dfd69df56.tar.gz
rust-5112cf0282e339af3e2f3bbe872fd32dfd69df56.zip
Update compiler/rustc_error_codes/src/error_codes/E0549.md
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
Diffstat (limited to 'compiler/rustc_error_codes/src')
-rw-r--r--compiler/rustc_error_codes/src/error_codes/E0549.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_error_codes/src/error_codes/E0549.md b/compiler/rustc_error_codes/src/error_codes/E0549.md
index a5728dc20c8..0ae7b0a377f 100644
--- a/compiler/rustc_error_codes/src/error_codes/E0549.md
+++ b/compiler/rustc_error_codes/src/error_codes/E0549.md
@@ -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: