summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/tool-import.stderr
blob: d3bdfc93d49234a13d575bfdfb26c3313760fe7d (plain)
1
2
3
4
5
6
7
8
9
error[E0433]: failed to resolve: `clippy` is a tool module, not a module
  --> $DIR/tool-import.rs:3:5
   |
LL | use clippy::time::Instant;
   |     ^^^^^^ `clippy` is a tool module, not a module

error: aborting due to previous error

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