about summary refs log tree commit diff
path: root/tests/ui/unknown-tool-name.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/unknown-tool-name.rs')
-rw-r--r--tests/ui/unknown-tool-name.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/unknown-tool-name.rs b/tests/ui/unknown-tool-name.rs
new file mode 100644
index 00000000000..73fca61c65d
--- /dev/null
+++ b/tests/ui/unknown-tool-name.rs
@@ -0,0 +1,2 @@
+#[foo::bar] //~ ERROR failed to resolve: use of undeclared crate or module `foo`
+fn main() {}