]> git.proxmox.com Git - rustc.git/blob - src/test/ui/proc-macro/group-compat-hack/group-compat-hack.stderr
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / ui / proc-macro / group-compat-hack / group-compat-hack.stderr
1 warning: using an old version of `time-macros-impl`
2 --> $DIR/time-macros-impl/src/lib.rs:5:32
3 |
4 LL | #[my_macro] struct One($name);
5 | ^^^^^
6 |
7 ::: $DIR/group-compat-hack.rs:27:5
8 |
9 LL | impl_macros!(Foo);
10 | ------------------ in this macro invocation
11 |
12 = note: `#[warn(proc_macro_back_compat)]` on by default
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 = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
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 a macro (in Nightly builds, run with -Z macro-backtrace for more info)
17
18 warning: using an old version of `time-macros-impl`
19 --> $DIR/time-macros-impl-0.1.0/src/lib.rs:5:32
20 |
21 LL | #[my_macro] struct One($name);
22 | ^^^^^
23 |
24 ::: $DIR/group-compat-hack.rs:44:5
25 |
26 LL | impl_macros!(Foo);
27 | ------------------ in this macro invocation
28 |
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 = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
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 a macro (in Nightly builds, run with -Z macro-backtrace for more info)
33
34 warning: using an old version of `actix-web`
35 --> $DIR/actix-web/src/extract.rs:5:34
36 |
37 LL | #[my_macro] struct Three($T);
38 | ^^
39 |
40 ::: $DIR/group-compat-hack.rs:54:5
41 |
42 LL | tuple_from_req!(Foo);
43 | --------------------- in this macro invocation
44 |
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 = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
47 = 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
48 = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
49
50 warning: using an old version of `actix-web`
51 --> $DIR/actix-web-2.0.0/src/extract.rs:5:34
52 |
53 LL | #[my_macro] struct Three($T);
54 | ^^
55 |
56 ::: $DIR/group-compat-hack.rs:62:5
57 |
58 LL | tuple_from_req!(Foo);
59 | --------------------- in this macro invocation
60 |
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 = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
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 a macro (in Nightly builds, run with -Z macro-backtrace for more info)
65
66 warning: 4 warnings emitted
67
68 Future incompatibility report: Future breakage date: None, diagnostic:
69 warning: using an old version of `time-macros-impl`
70 --> $DIR/time-macros-impl/src/lib.rs:5:32
71 |
72 LL | #[my_macro] struct One($name);
73 | ^^^^^
74 |
75 ::: $DIR/group-compat-hack.rs:27:5
76 |
77 LL | impl_macros!(Foo);
78 | ------------------ in this macro invocation
79 |
80 = note: `#[warn(proc_macro_back_compat)]` on by default
81 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
82 = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
83 = 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
84 = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
85
86 Future breakage date: None, diagnostic:
87 warning: using an old version of `time-macros-impl`
88 --> $DIR/time-macros-impl-0.1.0/src/lib.rs:5:32
89 |
90 LL | #[my_macro] struct One($name);
91 | ^^^^^
92 |
93 ::: $DIR/group-compat-hack.rs:44:5
94 |
95 LL | impl_macros!(Foo);
96 | ------------------ in this macro invocation
97 |
98 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
99 = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
100 = 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
101 = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
102
103 Future breakage date: None, diagnostic:
104 warning: using an old version of `actix-web`
105 --> $DIR/actix-web/src/extract.rs:5:34
106 |
107 LL | #[my_macro] struct Three($T);
108 | ^^
109 |
110 ::: $DIR/group-compat-hack.rs:54:5
111 |
112 LL | tuple_from_req!(Foo);
113 | --------------------- in this macro invocation
114 |
115 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
116 = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
117 = 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
118 = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
119
120 Future breakage date: None, diagnostic:
121 warning: using an old version of `actix-web`
122 --> $DIR/actix-web-2.0.0/src/extract.rs:5:34
123 |
124 LL | #[my_macro] struct Three($T);
125 | ^^
126 |
127 ::: $DIR/group-compat-hack.rs:62:5
128 |
129 LL | tuple_from_req!(Foo);
130 | --------------------- in this macro invocation
131 |
132 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
133 = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
134 = 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
135 = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
136