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

14 lines
386 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
2018-02-19 14:40:25 -06:00
If you want more information on this error, try using "rustc --explain E0601"