diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2021-07-01 05:20:57 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-01 05:20:57 +0900 |
| commit | 56ddef8ab855ebdd57febde8356e890cdc03f118 (patch) | |
| tree | cb3cc11568f04232e72893abbff18636060ff119 /compiler/rustc_query_impl/src | |
| parent | 1823b3f2b3f52be546a76e57d7c501ddd04763b2 (diff) | |
| parent | 2a60f090b9d39e5600dcbcf83229bbaec2f02176 (diff) | |
| download | rust-56ddef8ab855ebdd57febde8356e890cdc03f118.tar.gz rust-56ddef8ab855ebdd57febde8356e890cdc03f118.zip | |
Rollup merge of #86680 - camsteffen:dbg-opt-error, r=petrochenkov
Improve error for missing -Z with debugging option Before: ```text ❯ rustc --unpretty=hir error: Unrecognized option: 'unpretty' ``` After: ```text ❯ rustc --unpretty=hir error: Unrecognized option: 'unpretty'. Did you mean `-Z unpretty`? ```
Diffstat (limited to 'compiler/rustc_query_impl/src')
0 files changed, 0 insertions, 0 deletions
