]> git.lizzy.rs Git - rust.git/blob - tests/ui/unknown-tool-name.stderr
Merge commit '7d53619064ab7045c383644cb445052d2a3d46db' into sync_cg_clif-2023-02-09
[rust.git] / tests / ui / unknown-tool-name.stderr
1 error[E0433]: failed to resolve: use of undeclared crate or module `foo`
2   --> $DIR/unknown-tool-name.rs:1:3
3    |
4 LL | #[foo::bar]
5    |   ^^^ use of undeclared crate or module `foo`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0433`.