]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-46101.stderr
New upstream version 1.49.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-46101.stderr
CommitLineData
532ac7d7
XL
1error[E0433]: failed to resolve: partially resolved path in a derive macro
2 --> $DIR/issue-46101.rs:3:10
3 |
4LL | #[derive(Foo::Anything)]
5 | ^^^^^^^^^^^^^ partially resolved path in a derive macro
6
46de9a89
FG
7error[E0433]: failed to resolve: partially resolved path in a derive macro
8 --> $DIR/issue-46101.rs:3:10
9 |
10LL | #[derive(Foo::Anything)]
11 | ^^^^^^^^^^^^^ partially resolved path in a derive macro
12
13error: aborting due to 2 previous errors
532ac7d7 14
e1599b0c 15For more information about this error, try `rustc --explain E0433`.