rust/tests/ui/resolve/tool-import.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
306 B
Plaintext
Raw Normal View History

2023-04-04 04:30:13 +08:00
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 1 previous error
2023-04-04 04:30:13 +08:00
For more information about this error, try `rustc --explain E0433`.