]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/issue-73933-procedural-masquerade.stderr
Rollup merge of #89876 - AlexApps99:const_ops, r=oli-obk
[rust.git] / src / test / ui / proc-macro / issue-73933-procedural-masquerade.stderr
1 error: using `procedural-masquerade` crate
2   --> $DIR/issue-73933-procedural-masquerade.rs:7:6
3    |
4 LL | enum ProceduralMasqueradeDummyType {
5    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: `#[deny(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 error: aborting due to previous error
13
14 Future incompatibility report: Future breakage diagnostic:
15 error: using `procedural-masquerade` crate
16   --> $DIR/issue-73933-procedural-masquerade.rs:7:6
17    |
18 LL | enum ProceduralMasqueradeDummyType {
19    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20    |
21    = note: `#[deny(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