Files
2026-08-01 16:11:49 +03:00

6 lines
157 B
Plaintext

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