mirror of
https://git.proxmox.com/git/rustc
synced 2025-11-02 18:18:53 +00:00
6 lines
245 B
Plaintext
6 lines
245 B
Plaintext
error: unexpected argument to proc_macro_hack macro implementation; args are only accepted on the macro declaration (the `pub use`)
|
|
--> $DIR/unexpected-arg.rs:3:19
|
|
|
|
|
3 | #[proc_macro_hack(fake_call_site)]
|
|
| ^^^^^^^^^^^^^^
|