summary refs log tree commit diff
path: root/src/test/ui/unknown-tool-name.stderr
blob: 7a6ed57bda6f3e26d53dfc296f9300491377a82b (plain)
1
2
3
4
5
6
7
8
9
error[E0433]: failed to resolve: use of undeclared type or module `foo`
  --> $DIR/unknown-tool-name.rs:1:3
   |
LL | #[foo::bar]
   |   ^^^ use of undeclared type or module `foo`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0433`.