summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/tool-import.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/resolve/tool-import.stderr')
-rw-r--r--tests/ui/resolve/tool-import.stderr9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ui/resolve/tool-import.stderr b/tests/ui/resolve/tool-import.stderr
new file mode 100644
index 000000000..d3bdfc93d
--- /dev/null
+++ b/tests/ui/resolve/tool-import.stderr
@@ -0,0 +1,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`.