Hacker News new | ask | show | jobs
by MuffinFlavored 857 days ago
Doesn't part of the Rust compliation chain end up using `cc` anyway eventually for like, linking or something?

That might not apply at a "system's" level but I'm guessing in the massive Linux compilation job with module support you're making a bunch of object files with exported symbols?

1 comments

The Linux kernel's build system uses rustc only for making object files.