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:
kennytm
2018-04-07 15:36:57 +08:00
18 changed files with 57 additions and 16 deletions

View File

@@ -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