Hacker News new | past | comments | ask | show | jobs | submit login

Does the rust compiler depend on libc?



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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: