rust/src/test/ui/feature-gate/issue-43106-gating-of-macro_escape.stderr

13 lines
308 B
Plaintext
Raw Normal View History

warning: macro_escape is a deprecated synonym for macro_use
--> $DIR/issue-43106-gating-of-macro_escape.rs:16:1
|
16 | #![macro_escape]
| ^^^^^^^^^^^^^^^^
|
= help: consider an outer attribute, #[macro_use] mod ...
error[E0601]: main function not found
error: aborting due to previous error