Update compiler/rustc_error_codes/src/error_codes/E0549.md

Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
This commit is contained in:
Jesús Rubio 2021-02-18 10:03:01 +01:00 committed by GitHub
parent 0e01c41c02
commit 3c4fe1e3db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
A `rustc_deprecated` attribute wasn't paired with a `stable`/`unstable`
attribute.
attribute.
Erroneous code example: