Haibo Huang | b0dbc76 | 2020-10-28 22:33:04 -0700 | [diff] [blame] | 1 | error: unexpected argument to proc_macro_hack macro implementation; args are only accepted on the macro declaration (the `pub use`) |
2 | --> $DIR/unexpected-arg.rs:3:19 | ||||
3 | | | ||||
4 | 3 | #[proc_macro_hack(fake_call_site)] | ||||
5 | | ^^^^^^^^^^^^^^ |