|
1 |
| -warning: using an old version of `time-macros-impl` |
| 1 | +error: using an old version of `time-macros-impl` |
2 | 2 | --> $DIR/time-macros-impl/src/lib.rs:5:32
|
3 | 3 | |
|
4 | 4 | LL | #[my_macro] struct One($name);
|
5 | 5 | | ^^^^^
|
6 | 6 | |
|
7 |
| - ::: $DIR/group-compat-hack.rs:27:5 |
| 7 | + ::: $DIR/group-compat-hack.rs:26:5 |
8 | 8 | |
|
9 | 9 | LL | impl_macros!(Foo);
|
10 | 10 | | ------------------ in this macro invocation
|
11 | 11 | |
|
12 |
| - = note: `#[warn(proc_macro_back_compat)]` on by default |
| 12 | + = note: `#[deny(proc_macro_back_compat)]` on by default |
13 | 13 | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
14 | 14 | = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
|
15 | 15 | = note: the `time-macros-impl` crate will stop compiling in futures version of Rust. Please update to the latest version of the `time` crate to avoid breakage
|
16 |
| - = note: this warning originates in the macro `impl_macros` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 16 | + = note: this error originates in the macro `impl_macros` (in Nightly builds, run with -Z macro-backtrace for more info) |
17 | 17 |
|
18 |
| -warning: using an old version of `time-macros-impl` |
| 18 | +error: using an old version of `time-macros-impl` |
19 | 19 | --> $DIR/time-macros-impl-0.1.0/src/lib.rs:5:32
|
20 | 20 | |
|
21 | 21 | LL | #[my_macro] struct One($name);
|
22 | 22 | | ^^^^^
|
23 | 23 | |
|
24 |
| - ::: $DIR/group-compat-hack.rs:44:5 |
| 24 | + ::: $DIR/group-compat-hack.rs:43:5 |
25 | 25 | |
|
26 | 26 | LL | impl_macros!(Foo);
|
27 | 27 | | ------------------ in this macro invocation
|
28 | 28 | |
|
29 | 29 | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
30 | 30 | = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
|
31 | 31 | = note: the `time-macros-impl` crate will stop compiling in futures version of Rust. Please update to the latest version of the `time` crate to avoid breakage
|
32 |
| - = note: this warning originates in the macro `impl_macros` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 32 | + = note: this error originates in the macro `impl_macros` (in Nightly builds, run with -Z macro-backtrace for more info) |
33 | 33 |
|
34 |
| -warning: using an old version of `js-sys` |
| 34 | +error: using an old version of `js-sys` |
35 | 35 | --> $DIR/js-sys-0.3.17/src/lib.rs:5:32
|
36 | 36 | |
|
37 | 37 | LL | #[my_macro] struct Two($name);
|
38 | 38 | | ^^^^^
|
39 | 39 | |
|
40 |
| - ::: $DIR/group-compat-hack.rs:46:5 |
| 40 | + ::: $DIR/group-compat-hack.rs:45:5 |
41 | 41 | |
|
42 | 42 | LL | arrays!(Foo);
|
43 | 43 | | ------------- in this macro invocation
|
44 | 44 | |
|
45 | 45 | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
46 | 46 | = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
|
47 | 47 | = note: older versions of the `js-sys` crate will stop compiling in future versions of Rust; please update to `js-sys` v0.3.40 or above
|
48 |
| - = note: this warning originates in the macro `arrays` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 48 | + = note: this error originates in the macro `arrays` (in Nightly builds, run with -Z macro-backtrace for more info) |
49 | 49 |
|
50 |
| -warning: using an old version of `actix-web` |
| 50 | +error: using an old version of `actix-web` |
51 | 51 | --> $DIR/actix-web/src/extract.rs:5:34
|
52 | 52 | |
|
53 | 53 | LL | #[my_macro] struct Three($T);
|
54 | 54 | | ^^
|
55 | 55 | |
|
56 |
| - ::: $DIR/group-compat-hack.rs:55:5 |
| 56 | + ::: $DIR/group-compat-hack.rs:54:5 |
57 | 57 | |
|
58 | 58 | LL | tuple_from_req!(Foo);
|
59 | 59 | | --------------------- in this macro invocation
|
60 | 60 | |
|
61 | 61 | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
62 | 62 | = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
|
63 | 63 | = note: the version of `actix-web` you are using might stop compiling in future versions of Rust; please update to the latest version of the `actix-web` crate to avoid breakage
|
64 |
| - = note: this warning originates in the macro `tuple_from_req` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 64 | + = note: this error originates in the macro `tuple_from_req` (in Nightly builds, run with -Z macro-backtrace for more info) |
65 | 65 |
|
66 |
| -warning: using an old version of `actix-web` |
| 66 | +error: using an old version of `actix-web` |
67 | 67 | --> $DIR/actix-web-2.0.0/src/extract.rs:5:34
|
68 | 68 | |
|
69 | 69 | LL | #[my_macro] struct Three($T);
|
70 | 70 | | ^^
|
71 | 71 | |
|
72 |
| - ::: $DIR/group-compat-hack.rs:63:5 |
| 72 | + ::: $DIR/group-compat-hack.rs:62:5 |
73 | 73 | |
|
74 | 74 | LL | tuple_from_req!(Foo);
|
75 | 75 | | --------------------- in this macro invocation
|
76 | 76 | |
|
77 | 77 | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
78 | 78 | = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
|
79 | 79 | = note: the version of `actix-web` you are using might stop compiling in future versions of Rust; please update to the latest version of the `actix-web` crate to avoid breakage
|
80 |
| - = note: this warning originates in the macro `tuple_from_req` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 80 | + = note: this error originates in the macro `tuple_from_req` (in Nightly builds, run with -Z macro-backtrace for more info) |
81 | 81 |
|
82 |
| -warning: 5 warnings emitted |
| 82 | +error: aborting due to 5 previous errors |
83 | 83 |
|
84 | 84 | Future incompatibility report: Future breakage diagnostic:
|
85 |
| -warning: using an old version of `time-macros-impl` |
| 85 | +error: using an old version of `time-macros-impl` |
86 | 86 | --> $DIR/time-macros-impl/src/lib.rs:5:32
|
87 | 87 | |
|
88 | 88 | LL | #[my_macro] struct One($name);
|
89 | 89 | | ^^^^^
|
90 | 90 | |
|
91 |
| - ::: $DIR/group-compat-hack.rs:27:5 |
| 91 | + ::: $DIR/group-compat-hack.rs:26:5 |
92 | 92 | |
|
93 | 93 | LL | impl_macros!(Foo);
|
94 | 94 | | ------------------ in this macro invocation
|
95 | 95 | |
|
96 |
| - = note: `#[warn(proc_macro_back_compat)]` on by default |
| 96 | + = note: `#[deny(proc_macro_back_compat)]` on by default |
97 | 97 | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
98 | 98 | = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
|
99 | 99 | = note: the `time-macros-impl` crate will stop compiling in futures version of Rust. Please update to the latest version of the `time` crate to avoid breakage
|
100 |
| - = note: this warning originates in the macro `impl_macros` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 100 | + = note: this error originates in the macro `impl_macros` (in Nightly builds, run with -Z macro-backtrace for more info) |
101 | 101 |
|
102 | 102 | Future breakage diagnostic:
|
103 |
| -warning: using an old version of `time-macros-impl` |
| 103 | +error: using an old version of `time-macros-impl` |
104 | 104 | --> $DIR/time-macros-impl-0.1.0/src/lib.rs:5:32
|
105 | 105 | |
|
106 | 106 | LL | #[my_macro] struct One($name);
|
107 | 107 | | ^^^^^
|
108 | 108 | |
|
109 |
| - ::: $DIR/group-compat-hack.rs:44:5 |
| 109 | + ::: $DIR/group-compat-hack.rs:43:5 |
110 | 110 | |
|
111 | 111 | LL | impl_macros!(Foo);
|
112 | 112 | | ------------------ in this macro invocation
|
113 | 113 | |
|
114 | 114 | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
115 | 115 | = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
|
116 | 116 | = note: the `time-macros-impl` crate will stop compiling in futures version of Rust. Please update to the latest version of the `time` crate to avoid breakage
|
117 |
| - = note: this warning originates in the macro `impl_macros` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 117 | + = note: this error originates in the macro `impl_macros` (in Nightly builds, run with -Z macro-backtrace for more info) |
118 | 118 |
|
119 | 119 | Future breakage diagnostic:
|
120 |
| -warning: using an old version of `js-sys` |
| 120 | +error: using an old version of `js-sys` |
121 | 121 | --> $DIR/js-sys-0.3.17/src/lib.rs:5:32
|
122 | 122 | |
|
123 | 123 | LL | #[my_macro] struct Two($name);
|
124 | 124 | | ^^^^^
|
125 | 125 | |
|
126 |
| - ::: $DIR/group-compat-hack.rs:46:5 |
| 126 | + ::: $DIR/group-compat-hack.rs:45:5 |
127 | 127 | |
|
128 | 128 | LL | arrays!(Foo);
|
129 | 129 | | ------------- in this macro invocation
|
130 | 130 | |
|
131 | 131 | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
132 | 132 | = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
|
133 | 133 | = note: older versions of the `js-sys` crate will stop compiling in future versions of Rust; please update to `js-sys` v0.3.40 or above
|
134 |
| - = note: this warning originates in the macro `arrays` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 134 | + = note: this error originates in the macro `arrays` (in Nightly builds, run with -Z macro-backtrace for more info) |
135 | 135 |
|
136 | 136 | Future breakage diagnostic:
|
137 |
| -warning: using an old version of `actix-web` |
| 137 | +error: using an old version of `actix-web` |
138 | 138 | --> $DIR/actix-web/src/extract.rs:5:34
|
139 | 139 | |
|
140 | 140 | LL | #[my_macro] struct Three($T);
|
141 | 141 | | ^^
|
142 | 142 | |
|
143 |
| - ::: $DIR/group-compat-hack.rs:55:5 |
| 143 | + ::: $DIR/group-compat-hack.rs:54:5 |
144 | 144 | |
|
145 | 145 | LL | tuple_from_req!(Foo);
|
146 | 146 | | --------------------- in this macro invocation
|
147 | 147 | |
|
148 | 148 | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
149 | 149 | = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
|
150 | 150 | = note: the version of `actix-web` you are using might stop compiling in future versions of Rust; please update to the latest version of the `actix-web` crate to avoid breakage
|
151 |
| - = note: this warning originates in the macro `tuple_from_req` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 151 | + = note: this error originates in the macro `tuple_from_req` (in Nightly builds, run with -Z macro-backtrace for more info) |
152 | 152 |
|
153 | 153 | Future breakage diagnostic:
|
154 |
| -warning: using an old version of `actix-web` |
| 154 | +error: using an old version of `actix-web` |
155 | 155 | --> $DIR/actix-web-2.0.0/src/extract.rs:5:34
|
156 | 156 | |
|
157 | 157 | LL | #[my_macro] struct Three($T);
|
158 | 158 | | ^^
|
159 | 159 | |
|
160 |
| - ::: $DIR/group-compat-hack.rs:63:5 |
| 160 | + ::: $DIR/group-compat-hack.rs:62:5 |
161 | 161 | |
|
162 | 162 | LL | tuple_from_req!(Foo);
|
163 | 163 | | --------------------- in this macro invocation
|
164 | 164 | |
|
165 | 165 | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
166 | 166 | = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
|
167 | 167 | = note: the version of `actix-web` you are using might stop compiling in future versions of Rust; please update to the latest version of the `actix-web` crate to avoid breakage
|
168 |
| - = note: this warning originates in the macro `tuple_from_req` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 168 | + = note: this error originates in the macro `tuple_from_req` (in Nightly builds, run with -Z macro-backtrace for more info) |
169 | 169 |
|
0 commit comments