]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attributes/register-attr-tool-prelude.stderr
Rollup merge of #100071 - klensy:annotate-snippets-bump, r=Mark-Simulacrum
[rust.git] / src / test / ui / attributes / register-attr-tool-prelude.stderr
1 error[E0433]: failed to resolve: use of undeclared crate or module `tool`
2   --> $DIR/register-attr-tool-prelude.rs:10:7
3    |
4 LL |     #[tool::attr]
5    |       ^^^^ use of undeclared crate or module `tool`
6
7 error: cannot find attribute `attr` in this scope
8   --> $DIR/register-attr-tool-prelude.rs:9:7
9    |
10 LL |     #[attr]
11    |       ^^^^
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0433`.