]> git.lizzy.rs Git - rust.git/blob - src/test/ui/unknown-tool-name.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / unknown-tool-name.stderr
1 error[E0433]: failed to resolve: use of undeclared type or module `foo`
2   --> $DIR/unknown-tool-name.rs:1:3
3    |
4 LL | #[foo::bar]
5    |   ^^^ use of undeclared type or module `foo`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0433`.