This repository was archived by the owner on Jan 24, 2022. It is now read-only.
This repository was archived by the owner on Jan 24, 2022. It is now read-only.
remove dependency on compiler_builtins
#31
Closed
Description
That crate is an implementation detail of the compiler. It contains the implementation of intrinsics that LLVM may emit calls to when lowering Rust code to machine code. It's unknown what the future of compiler_builtins
will be but likely it will not exist in the future (it might be merged into the core crate).
So this a breaking change that will come from upstream at some point: extern crate compiler_builtins
is unstable.
Metadata
Metadata
Assignees
Labels
No labels