@@ -9,7 +9,37 @@ LL | enum ProceduralMasqueradeDummyType {
9
9
= note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
10
10
= note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling.
11
11
12
- error: aborting due to previous error
12
+ error: using `procedural-masquerade` crate
13
+ --> $DIR/issue-73933-procedural-masquerade.rs:7:6
14
+ |
15
+ LL | enum ProceduralMasqueradeDummyType {
16
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17
+ |
18
+ = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
19
+ = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
20
+ = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling.
21
+
22
+ error: using `procedural-masquerade` crate
23
+ --> $DIR/issue-73933-procedural-masquerade.rs:7:6
24
+ |
25
+ LL | enum ProceduralMasqueradeDummyType {
26
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
27
+ |
28
+ = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
29
+ = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
30
+ = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling.
31
+
32
+ error: using `procedural-masquerade` crate
33
+ --> $DIR/issue-73933-procedural-masquerade.rs:7:6
34
+ |
35
+ LL | enum ProceduralMasqueradeDummyType {
36
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
37
+ |
38
+ = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
39
+ = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
40
+ = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling.
41
+
42
+ error: aborting due to 4 previous errors
13
43
14
44
Future incompatibility report: Future breakage diagnostic:
15
45
error: using `procedural-masquerade` crate
@@ -23,3 +53,36 @@ LL | enum ProceduralMasqueradeDummyType {
23
53
= note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
24
54
= note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling.
25
55
56
+ Future breakage diagnostic:
57
+ error: using `procedural-masquerade` crate
58
+ --> $DIR/issue-73933-procedural-masquerade.rs:7:6
59
+ |
60
+ LL | enum ProceduralMasqueradeDummyType {
61
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
62
+ |
63
+ = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
64
+ = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
65
+ = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling.
66
+
67
+ Future breakage diagnostic:
68
+ error: using `procedural-masquerade` crate
69
+ --> $DIR/issue-73933-procedural-masquerade.rs:7:6
70
+ |
71
+ LL | enum ProceduralMasqueradeDummyType {
72
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
73
+ |
74
+ = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
75
+ = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
76
+ = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling.
77
+
78
+ Future breakage diagnostic:
79
+ error: using `procedural-masquerade` crate
80
+ --> $DIR/issue-73933-procedural-masquerade.rs:7:6
81
+ |
82
+ LL | enum ProceduralMasqueradeDummyType {
83
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
84
+ |
85
+ = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
86
+ = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
87
+ = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling.
88
+
0 commit comments