about summary refs log tree commit diff
path: root/compiler/rustc_query_impl/src
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2021-07-01 05:20:57 +0900
committerGitHub <noreply@github.com>2021-07-01 05:20:57 +0900
commit56ddef8ab855ebdd57febde8356e890cdc03f118 (patch)
treecb3cc11568f04232e72893abbff18636060ff119 /compiler/rustc_query_impl/src
parent1823b3f2b3f52be546a76e57d7c501ddd04763b2 (diff)
parent2a60f090b9d39e5600dcbcf83229bbaec2f02176 (diff)
downloadrust-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