J
jeremy
Text
What is rustc?
Most Rust programmers build their code with Cargo, but Cargo is only a front end that calls the real compiler, rustc. This page from the rustc book shows how to compile a program by running rustc you…