rust/src/test/ui/proc-macro/issue-59191-replace-root-with-fn.stderr

11 lines
395 B
Plaintext
Raw Normal View History

2020-02-01 20:07:26 -06:00
error: expected crate top-level item to be a module after macro expansion, found a function
--> $DIR/issue-59191-replace-root-with-fn.rs:6:1
2020-02-01 20:07:26 -06:00
|
LL | #![issue_59191::no_main]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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
error: aborting due to previous error
2020-02-01 20:07:26 -06:00