SIGN IN SIGN UP
rust-lang / rust UNCLAIMED

Empowering everyone to build reliable and efficient software.

0 0 63 Rust

Remove `std`'s dependency on `compiler-builtins`

`compiler-builtins` is already in the crate graph via `alloc`, and all
features related to `compiler-builtins` goes through `alloc`. There
isn't any reason that `std` needs this direct dependency, so remove it.
T
Trevor Gross committed
42bf044ce83a060bfb16694ff49dc92784abf0a0
Parent: daf3534