Update -Z unpretty error message
Adds `thir-tree`, removes `everybody_loops`
This commit is contained in:
parent
ad0d1d71d3
commit
1d64b8587f
1 changed files with 3 additions and 4 deletions
|
@ -2628,11 +2628,10 @@ fn parse_pretty(debugging_opts: &DebuggingOptions, efmt: ErrorOutputType) -> Opt
|
|||
name => early_error(
|
||||
efmt,
|
||||
&format!(
|
||||
"argument to `unpretty` must be one of `normal`, \
|
||||
`expanded`, `identified`, `expanded,identified`, \
|
||||
`expanded,hygiene`, `everybody_loops`, \
|
||||
"argument to `unpretty` must be one of `normal`, `identified`, \
|
||||
`expanded`, `expanded,identified`, `expanded,hygiene`, \
|
||||
`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
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue