cargo rustc for passing arbitrary flags to rustc Note cargo rustc for passing arbitrary flags to rustc cargo rustc is a new subcommand for Cargo that allows you to pass arb...
What is rustc? Basic usage What is rustc? Welcome to "The rustc book"! rustc is the compiler for the Rust programminglanguage, provided by the project itself. Compilers take ...
Contributing to rustc Contributing to rustc We'd love to have your help improving rustc ! To that end, we've written awhole book on itsinternals, how it works, and how to get ...
Linker-plugin-LTO Usage Rust staticlib as dependency in C/C++ program C/C++ code as a dependency in Rust Explicitly specifying the linker plugin to be used by rustc Toolchain C...
Lint levels allow warn deny forbid Configuring warning levels Via compiler flag Via an attribute Capping lints Lint levels In rustc , lints are divided into four levels...