Skip to content

Commit 5112cf0

Browse files
Update compiler/rustc_error_codes/src/error_codes/E0549.md
Co-authored-by: Guillaume Gomez <[email protected]>
1 parent 5ae392f commit 5112cf0

File tree

1 file changed

+2
-2
lines changed
  • compiler/rustc_error_codes/src/error_codes

1 file changed

+2
-2
lines changed

compiler/rustc_error_codes/src/error_codes/E0549.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
The `rustc_deprecated` attribute must be paired with either `stable` or
2-
`unstable`.
1+
A `rustc_deprecated` attribute wasn't be paired with a `stable`/`unstable`
2+
attribute.
33

44
Erroneous code example:
55

0 commit comments

Comments
 (0)