Rollup merge of #94669 - Alexendoo:unpretty-help, r=tmiasko
Update -Z unpretty error message Adds `thir-tree`, removes `everybody_loops` (removed in #93913)
This commit is contained in:
commit
b7ccab4d40
@ -2628,11 +2628,10 @@ fn parse_pretty(debugging_opts: &DebuggingOptions, efmt: ErrorOutputType) -> Opt
|
|||||||
name => early_error(
|
name => early_error(
|
||||||
efmt,
|
efmt,
|
||||||
&format!(
|
&format!(
|
||||||
"argument to `unpretty` must be one of `normal`, \
|
"argument to `unpretty` must be one of `normal`, `identified`, \
|
||||||
`expanded`, `identified`, `expanded,identified`, \
|
`expanded`, `expanded,identified`, `expanded,hygiene`, \
|
||||||
`expanded,hygiene`, `everybody_loops`, \
|
|
||||||
`ast-tree`, `ast-tree,expanded`, `hir`, `hir,identified`, \
|
`ast-tree`, `ast-tree,expanded`, `hir`, `hir,identified`, \
|
||||||
`hir,typed`, `hir-tree`, `mir` or `mir-cfg`; got {}",
|
`hir,typed`, `hir-tree`, `thir-tree`, `mir` or `mir-cfg`; got {}",
|
||||||
name
|
name
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user