Closed
Description
Right now, since we're linking with the C compiler (#11937) we're giving all Rust code access to libc. I think the compiler itself should not force linking to libc (and anything else cc
links us to by default). Instead either std
or the potential libc
crate (#11828) should be responsible for the libc link.