about summary refs log tree commit diff
path: root/tests/ui/ext-nonexistent.rs
diff options
context:
space:
mode:
authorKivooeo <Kivooeo123@gmail.com>2025-06-09 01:39:32 +0500
committerKivooeo <Kivooeo123@gmail.com>2025-06-11 17:49:03 +0500
commit09940635d58804bbe913202b19ded0d2a27c7c05 (patch)
treebe9e7fe76ec2b55c9ca8f6a4cd26fd5af5ef4904 /tests/ui/ext-nonexistent.rs
parent8072811356a178dbdf8ca09b1635cfafd4661971 (diff)
downloadrust-09940635d58804bbe913202b19ded0d2a27c7c05.tar.gz
rust-09940635d58804bbe913202b19ded0d2a27c7c05.zip
cleaned up some tests
Diffstat (limited to 'tests/ui/ext-nonexistent.rs')
-rw-r--r--tests/ui/ext-nonexistent.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/ext-nonexistent.rs b/tests/ui/ext-nonexistent.rs
deleted file mode 100644
index 1293324b67e..00000000000
--- a/tests/ui/ext-nonexistent.rs
+++ /dev/null
@@ -1,2 +0,0 @@
-fn main() { iamnotanextensionthatexists!(""); }
-//~^ ERROR cannot find macro `iamnotanextensionthatexists` in this scope