|
| 1 | +error: multiple `deprecated` attributes |
| 2 | + --> $DIR/stability-attribute-sanity.rs:62:1 |
| 3 | + | |
| 4 | +LL | #[deprecated(since = "b", note = "text")] |
| 5 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute |
| 6 | + | |
| 7 | +note: attribute also specified here |
| 8 | + --> $DIR/stability-attribute-sanity.rs:61:1 |
| 9 | + | |
| 10 | +LL | #[deprecated(since = "b", note = "text")] |
| 11 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 12 | + |
1 | 13 | error[E0541]: unknown meta item 'reason' |
2 | 14 | --> $DIR/stability-attribute-sanity.rs:8:42 |
3 | 15 | | |
@@ -82,14 +94,6 @@ error[E0544]: multiple stability levels |
82 | 94 | LL | #[stable(feature = "a", since = "b")] |
83 | 95 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
84 | 96 |
|
85 | | -error[E0550]: multiple deprecated attributes |
86 | | - --> $DIR/stability-attribute-sanity.rs:62:1 |
87 | | - | |
88 | | -LL | #[deprecated(since = "b", note = "text")] |
89 | | - | ----------------------------------------- first deprecation attribute |
90 | | -LL | #[deprecated(since = "b", note = "text")] |
91 | | - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ repeated deprecation attribute |
92 | | - |
93 | 97 | error[E0544]: multiple stability levels |
94 | 98 | --> $DIR/stability-attribute-sanity.rs:64:1 |
95 | 99 | | |
@@ -128,5 +132,5 @@ LL | #[stable(feature = "a", since = "1.0.0")] |
128 | 132 |
|
129 | 133 | error: aborting due to 20 previous errors |
130 | 134 |
|
131 | | -Some errors have detailed explanations: E0539, E0541, E0542, E0543, E0544, E0546, E0547, E0549, E0550. |
| 135 | +Some errors have detailed explanations: E0539, E0541, E0542, E0543, E0544, E0546, E0547, E0549. |
132 | 136 | For more information about an error, try `rustc --explain E0539`. |
0 commit comments