Rustc: Difference between revisions

From Rosetta Code
Content added Content deleted
(rustc)
 
(No difference)

Latest revision as of 08:42, 18 October 2019

Rustc is an implementation of Rust. Other implementations of Rust.

rustc is the compiler for the Rust programming language, provided by the project itself[1], that is the primary implementation of the Rust programming language. It relies on LLVM for optimization and code generation.