We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3db4e commit dac487aCopy full SHA for dac487a
compiler/rustc_error_codes/src/error_codes/E0550.md
@@ -1,8 +1,10 @@
1
+#### Note: this error code is no longer emitted by the compiler
2
+
3
More than one `deprecated` attribute has been put on an item.
4
5
Erroneous code example:
6
-```compile_fail,E0550
7
+```compile_fail
8
#[deprecated(note = "because why not?")]
9
#[deprecated(note = "right?")] // error!
10
fn the_banished() {}
0 commit comments