]> git.proxmox.com Git - rustc.git/blame - src/test/ui/attributes/register-attr-tool-prelude.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / attributes / register-attr-tool-prelude.stderr
CommitLineData
1b1a35ee 1error[E0433]: failed to resolve: use of undeclared crate or module `tool`
60c5eb7d
XL
2 --> $DIR/register-attr-tool-prelude.rs:10:7
3 |
4LL | #[tool::attr]
1b1a35ee 5 | ^^^^ use of undeclared crate or module `tool`
60c5eb7d
XL
6
7error: cannot find attribute `attr` in this scope
8 --> $DIR/register-attr-tool-prelude.rs:9:7
9 |
10LL | #[attr]
11 | ^^^^
12
13error: aborting due to 2 previous errors
14
15For more information about this error, try `rustc --explain E0433`.