mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 11:38:01 +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.