2017-12-06 02:27:47 -06:00
|
|
|
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"
|