]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/meta-item-absolute-path.stderr
Rollup merge of #107127 - uweigand:s390x-sanitizer, r=Mark-Simulacrum
[rust.git] / tests / ui / macros / meta-item-absolute-path.stderr
1 error[E0433]: failed to resolve: maybe a missing crate `Absolute`?
2   --> $DIR/meta-item-absolute-path.rs:1:12
3    |
4 LL | #[derive(::Absolute)]
5    |            ^^^^^^^^ maybe a missing crate `Absolute`?
6
7 error[E0433]: failed to resolve: maybe a missing crate `Absolute`?
8   --> $DIR/meta-item-absolute-path.rs:1:12
9    |
10 LL | #[derive(::Absolute)]
11    |            ^^^^^^^^ maybe a missing crate `Absolute`?
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0433`.