mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 03:06:30 +00:00
make codegen help output more consistent The output of `rustc -C help` generally has one option per line. There was one exception because of a (presumably) forgotten line continuation escape.