./rustc --examples
Funciones y ejemplos de uso
file-read
rustc /path/to/input-file
file-write
echo 'fn main() { println!("DATA"); }' >/path/to/temp-file
rustc /path/to/temp-file -o /path/to/output-file
inherit
rustc --explain E0001
./related --binary=rustc
Binarios relacionados
Comparten al menos una función con rustc.