]> git.lizzy.rs Git - rust.git/blob - src/test/ui/unknown-tool-name.stderr
Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573'
[rust.git] / src / test / 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`.