]> git.proxmox.com Git - rustc.git/blame - tests/rustdoc-ui/proc_macro_bug.stderr
New upstream version 1.73.0+dfsg1
[rustc.git] / tests / rustdoc-ui / proc_macro_bug.stderr
CommitLineData
9ffffee4
FG
1error: the `#[proc_macro_derive]` attribute is only usable with crates of the `proc-macro` crate type
2 --> $DIR/proc_macro_bug.rs:8:1
3 |
4LL | #[proc_macro_derive(DeriveA)]
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7error: aborting due to previous error
8