5 lines
157 B
Text
5 lines
157 B
Text
error: functions tagged with `#[proc_macro_hack]` must be `pub`
|
|
--> tests/ui/private.rs:4:1
|
|
|
|
|
4 | fn my_macro(input: TokenStream) -> TokenStream {
|
|
| ^^
|