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