Module rustc_options

Source
Expand description

Rustc option validation and cargo-to-rustc translation

Functionsยง

get_rustc_optimization_flags
Get rustc optimization flags based on profile
get_rustc_translation_help
Get help text for cargo-to-rustc option translation
is_valid_rustc_option
Check if an option is valid for rustc
translate_cargo_to_rustc
Translate cargo options to rustc equivalents
validate_and_translate_options
Validate and translate a set of options for rustc