]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/issue-43927-non-ADT-derive.stderr
Rollup merge of #87922 - Manishearth:c-enum-target-spec, r=nagisa,eddyb
[rust.git] / src / test / ui / span / issue-43927-non-ADT-derive.stderr
1 error: cannot determine resolution for the attribute macro `derive`
2   --> $DIR/issue-43927-non-ADT-derive.rs:1:4
3    |
4 LL | #![derive(Debug, PartialEq, Eq)] // should be an outer attribute!
5    |    ^^^^^^
6    |
7    = note: import resolution is stuck, try simplifying macro imports
8
9 error: aborting due to previous error
10