diff options
| author | Kivooeo <Kivooeo123@gmail.com> | 2025-06-09 01:39:32 +0500 |
|---|---|---|
| committer | Kivooeo <Kivooeo123@gmail.com> | 2025-06-11 17:49:03 +0500 |
| commit | 09940635d58804bbe913202b19ded0d2a27c7c05 (patch) | |
| tree | be9e7fe76ec2b55c9ca8f6a4cd26fd5af5ef4904 /tests/ui/ext-nonexistent.rs | |
| parent | 8072811356a178dbdf8ca09b1635cfafd4661971 (diff) | |
| download | rust-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.rs | 2 |
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 |
