]> git.proxmox.com Git - rustc.git/blob - src/test/ui/feature-gate/issue-43106-gating-of-macro_escape.stderr
New upstream version 1.24.1+dfsg1
[rustc.git] / src / test / ui / feature-gate / issue-43106-gating-of-macro_escape.stderr
1 warning: macro_escape is a deprecated synonym for macro_use
2 --> $DIR/issue-43106-gating-of-macro_escape.rs:16:1
3 |
4 16 | #![macro_escape]
5 | ^^^^^^^^^^^^^^^^
6 |
7 = help: consider an outer attribute, #[macro_use] mod ...
8
9 error[E0601]: main function not found
10
11 error: aborting due to previous error
12