Hacker News new | ask | show | jobs
by imtringued 3025 days ago
Does the rust compiler depend on libc?
1 comments

Presumably. Rust programs certainly do.
The compiler does. Rust programs don't inherently depend on libc; it's libstd that does. Build without the standard library, no libc required.