summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/proc_macro_bug.stderr
blob: 5b048097c496457409b4627050f48beb0fe32950 (plain)
1
2
3
4
5
6
7
8
error: the `#[proc_macro_derive]` attribute is only usable with crates of the `proc-macro` crate type
  --> $DIR/proc_macro_bug.rs:8:1
   |
LL | #[proc_macro_derive(DeriveA)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error