Function rustc_optgroups

Source
pub fn rustc_optgroups() -> Vec<RustcOptGroup>
Expand description

Returns all rustc command line options, including metadata for each option, such as whether the option is stable.

ยงOption style guidelines

  • <param>: Indicates a required parameter
  • [param]: Indicates an optional parameter
  • |: Indicates a mutually exclusive option
  • *: a list element with description