mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
717aa46178
Fix doc for rustc "-g" flag The rustc `-g` CLI flag was miss documented to be a synonym of `-C debug-level=2` and not `-C debuglevel=2`. Also add links to the codegen docs for each synonym. I am unsure of this will conflict with work on #52938