]> git.proxmox.com Git - rustc.git/blob - src/test/ui/proc-macro/issue-73933-procedural-masquerade.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / proc-macro / issue-73933-procedural-masquerade.stderr
1 warning: using `procedural-masquerade` crate
2 --> $DIR/issue-73933-procedural-masquerade.rs:8:6
3 |
4 LL | enum ProceduralMasqueradeDummyType {
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 |
7 = note: `#[warn(proc_macro_back_compat)]` on by default
8 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
9 = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
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
12 warning: 1 warning emitted
13
14 Future incompatibility report: Future breakage diagnostic:
15 warning: using `procedural-masquerade` crate
16 --> $DIR/issue-73933-procedural-masquerade.rs:8:6
17 |
18 LL | enum ProceduralMasqueradeDummyType {
19 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20 |
21 = note: `#[warn(proc_macro_back_compat)]` on by default
22 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
23 = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
24 = 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