]> git.proxmox.com Git - rustc.git/blame - src/test/ui/macros/meta-item-absolute-path.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / macros / meta-item-absolute-path.stderr
CommitLineData
416331ca 1error[E0433]: failed to resolve: maybe a missing crate `Absolute`?
9fa01778
XL
2 --> $DIR/meta-item-absolute-path.rs:1:12
3 |
532ac7d7 4LL | #[derive(::Absolute)]
416331ca 5 | ^^^^^^^^ maybe a missing crate `Absolute`?
9fa01778 6
dfeec247
XL
7error[E0433]: failed to resolve: maybe a missing crate `Absolute`?
8 --> $DIR/meta-item-absolute-path.rs:1:12
9 |
10LL | #[derive(::Absolute)]
11 | ^^^^^^^^ maybe a missing crate `Absolute`?
12
13error: aborting due to 2 previous errors
9fa01778
XL
14
15For more information about this error, try `rustc --explain E0433`.