Rollup merge of #49503 - oli-obk:extern_crate_compiler_builtins, r=alexcrichton
Inject the `compiler_builtins` crate whenever the `core` crate is injected
This commit is contained in:
@@ -373,6 +373,7 @@ extern crate unwind;
|
||||
|
||||
// compiler-rt intrinsics
|
||||
#[doc(masked)]
|
||||
#[cfg(stage0)]
|
||||
extern crate compiler_builtins;
|
||||
|
||||
// During testing, this crate is not actually the "real" std library, but rather
|
||||
|
||||
Reference in New Issue
Block a user