Skip to content
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
@japaric

Description

@japaric

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions