summaryrefslogtreecommitdiffstats
path: root/library/rustc-std-workspace-core/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/rustc-std-workspace-core/lib.rs')
-rw-r--r--library/rustc-std-workspace-core/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/rustc-std-workspace-core/lib.rs b/library/rustc-std-workspace-core/lib.rs
new file mode 100644
index 000000000..143278525
--- /dev/null
+++ b/library/rustc-std-workspace-core/lib.rs
@@ -0,0 +1,4 @@
+#![feature(no_core)]
+#![no_core]
+
+pub use core::*;