blob: f32f05a1cd70ae5767aa83cfb365a9b0b270fed9 (
plain)
1
2
3
4
5
|
error: unexpected argument to proc_macro_hack macro implementation; args are only accepted on the macro declaration (the `pub use`)
--> tests/ui/unexpected-arg.rs:3:19
|
3 | #[proc_macro_hack(fake_call_site)]
| ^^^^^^^^^^^^^^
|