about summary refs log tree commit diff
path: root/library/coretests/lib.rs
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-12-04 13:07:14 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-01-26 10:26:36 +0000
commitb6a384194204f34b70fe738e809848ee274b9681 (patch)
treeb7df32e997d34fcfea2f5166df846833b9987c2d /library/coretests/lib.rs
parentc2270becb63d4c52a2740137db2e9b49246f9362 (diff)
downloadrust-b6a384194204f34b70fe738e809848ee274b9681.tar.gz
rust-b6a384194204f34b70fe738e809848ee274b9681.zip
Put all coretests in a separate crate
Diffstat (limited to 'library/coretests/lib.rs')
-rw-r--r--library/coretests/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/coretests/lib.rs b/library/coretests/lib.rs
new file mode 100644
index 00000000000..b49208cd4eb
--- /dev/null
+++ b/library/coretests/lib.rs
@@ -0,0 +1 @@
+// Intentionally left empty.