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