@@ -46,19 +46,19 @@ error: use of deprecated struct `deprecation_lint::DeprecatedStruct`: text
4646LL | let _ = DeprecatedStruct {
4747 | ^^^^^^^^^^^^^^^^
4848
49- error: use of deprecated struct `deprecation_lint::DeprecatedUnitStruct`: text
49+ error: use of deprecated unit struct `deprecation_lint::DeprecatedUnitStruct`: text
5050 --> $DIR/deprecation-lint.rs:38:17
5151 |
5252LL | let _ = DeprecatedUnitStruct;
5353 | ^^^^^^^^^^^^^^^^^^^^
5454
55- error: use of deprecated variant `deprecation_lint::Enum::DeprecatedVariant`: text
55+ error: use of deprecated unit variant `deprecation_lint::Enum::DeprecatedVariant`: text
5656 --> $DIR/deprecation-lint.rs:40:23
5757 |
5858LL | let _ = Enum::DeprecatedVariant;
5959 | ^^^^^^^^^^^^^^^^^
6060
61- error: use of deprecated struct `deprecation_lint::DeprecatedTupleStruct`: text
61+ error: use of deprecated tuple struct `deprecation_lint::DeprecatedTupleStruct`: text
6262 --> $DIR/deprecation-lint.rs:42:17
6363 |
6464LL | let _ = DeprecatedTupleStruct (1);
@@ -70,19 +70,19 @@ error: use of deprecated struct `deprecation_lint::nested::DeprecatedStruct`: te
7070LL | let _ = nested::DeprecatedStruct {
7171 | ^^^^^^^^^^^^^^^^
7272
73- error: use of deprecated struct `deprecation_lint::nested::DeprecatedUnitStruct`: text
73+ error: use of deprecated unit struct `deprecation_lint::nested::DeprecatedUnitStruct`: text
7474 --> $DIR/deprecation-lint.rs:48:25
7575 |
7676LL | let _ = nested::DeprecatedUnitStruct;
7777 | ^^^^^^^^^^^^^^^^^^^^
7878
79- error: use of deprecated variant `deprecation_lint::nested::Enum::DeprecatedVariant`: text
79+ error: use of deprecated unit variant `deprecation_lint::nested::Enum::DeprecatedVariant`: text
8080 --> $DIR/deprecation-lint.rs:50:31
8181 |
8282LL | ... let _ = nested::Enum::DeprecatedVariant;
8383 | ^^^^^^^^^^^^^^^^^
8484
85- error: use of deprecated struct `deprecation_lint::nested::DeprecatedTupleStruct`: text
85+ error: use of deprecated tuple struct `deprecation_lint::nested::DeprecatedTupleStruct`: text
8686 --> $DIR/deprecation-lint.rs:52:25
8787 |
8888LL | ... let _ = nested::DeprecatedTupleStruct (1);
@@ -154,19 +154,19 @@ error: use of deprecated struct `deprecation_lint::Deprecated`: text
154154LL | let Deprecated
155155 | ^^^^^^^^^^
156156
157- error: use of deprecated struct `deprecation_lint::Deprecated2`: text
157+ error: use of deprecated tuple struct `deprecation_lint::Deprecated2`: text
158158 --> $DIR/deprecation-lint.rs:132:17
159159 |
160160LL | let x = Deprecated2(1, 2, 3);
161161 | ^^^^^^^^^^^
162162
163- error: use of deprecated struct `deprecation_lint::Deprecated2`: text
163+ error: use of deprecated tuple struct `deprecation_lint::Deprecated2`: text
164164 --> $DIR/deprecation-lint.rs:142:13
165165 |
166166LL | let Deprecated2
167167 | ^^^^^^^^^^^
168168
169- error: use of deprecated struct `deprecation_lint::Deprecated2`: text
169+ error: use of deprecated tuple struct `deprecation_lint::Deprecated2`: text
170170 --> $DIR/deprecation-lint.rs:151:13
171171 |
172172LL | let Deprecated2
0 commit comments