Command-line arguments - Rust Compiler Development Guide (original) (raw)

Rust Compiler Development Guide

Command-line Arguments

Command-line flags are documented in the rustc book. All _stable_flags should be documented there. Unstable flags should be documented in theunstable book.

See the forge guide for new options for details on the procedure for adding a new command-line argument.

Guidelines