about summary refs log tree commit diff
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
index 14327852561..21c047dd36e 100644
--- a/library/rustc-std-workspace-core/lib.rs
+++ b/library/rustc-std-workspace-core/lib.rs
@@ -2,3 +2,7 @@
 #![no_core]
 
 pub use core::*;
+
+// Crate must be brought into scope so it appears in the crate graph for anything that
+// depends on `rustc-std-workspace-core`.
+use compiler_builtins as _;