2018-07-13 01:59:41 +03:00
|
|
|
error: functions tagged with `#[proc_macro]` must currently reside in the root of the crate
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/non-root.rs:11:5
|
2018-07-13 01:59:41 +03:00
|
|
|
|
|
|
|
|
LL | pub fn foo(arg: TokenStream) -> TokenStream { arg }
|
2020-03-22 12:38:50 +03:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-07-13 01:59:41 +03:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-07-13 01:59:41 +03:00
|
|
|
|