blob: 9b636fcb0bdd7e99b406455224ccb8773348ab89 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0433]: failed to resolve: use of unresolved module or unlinked crate `foo`
--> $DIR/unknown-tool-name.rs:1:3
|
LL | #[foo::bar]
| ^^^ use of unresolved module or unlinked crate `foo`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0433`.
|