2020-02-01 20:07:26 -06:00
|
|
|
error: expected crate top-level item to be a module after macro expansion, found a function
|
2021-04-25 12:09:35 -05:00
|
|
|
--> $DIR/issue-59191-replace-root-with-fn.rs:6:1
|
2020-02-01 20:07:26 -06:00
|
|
|
|
|
|
|
|
LL | #![issue_59191::no_main]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
2019-12-16 07:56:47 -06:00
|
|
|
|
|
2021-02-13 13:52:25 -06:00
|
|
|
= note: this error originates in the attribute macro `issue_59191::no_main` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2020-02-01 20:07:26 -06:00
|
|
|
|
2021-04-25 12:09:35 -05:00
|
|
|
error: aborting due to previous error
|
2020-02-01 20:07:26 -06:00
|
|
|
|