about summary refs log tree commit diff
path: root/tests/ui/extern/macro-use-extern-std-14330.rs
diff options
context:
space:
mode:
authorKivooeo <Kivooeo123@gmail.com>2025-07-24 17:52:22 +0500
committerKivooeo <Kivooeo123@gmail.com>2025-08-05 19:34:46 +0500
commitb6e13e35911d1aabc7164fc069b09c4e8c91981e (patch)
tree797f3fa0537bc51d9f72efea729bed6157a27596 /tests/ui/extern/macro-use-extern-std-14330.rs
parent62c92f30cf02fc56b8a774c77097f1111dc2f4ea (diff)
downloadrust-b6e13e35911d1aabc7164fc069b09c4e8c91981e.tar.gz
rust-b6e13e35911d1aabc7164fc069b09c4e8c91981e.zip
comments
Diffstat (limited to 'tests/ui/extern/macro-use-extern-std-14330.rs')
-rw-r--r--tests/ui/extern/macro-use-extern-std-14330.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/ui/extern/macro-use-extern-std-14330.rs b/tests/ui/extern/macro-use-extern-std-14330.rs
deleted file mode 100644
index 11199db5901..00000000000
--- a/tests/ui/extern/macro-use-extern-std-14330.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-//@ check-pass
-#![allow(unused_imports)]
-
-#[macro_use] extern crate std as std2;
-
-fn main() {}