Skip to content

Commit 9920402

Browse files
committed
-Z unpretty message: include expanded,hygiene
1 parent 0022baa commit 9920402

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/librustc_driver/pretty.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ pub fn parse_pretty(sess: &Session,
101101
if extended {
102102
sess.fatal(&format!("argument to `unpretty` must be one of `normal`, \
103103
`expanded`, `identified`, `expanded,identified`, \
104-
`everybody_loops`, `hir`, `hir,identified`, \
105-
`hir,typed`, `hir-tree`, `mir` or `mir-cfg`; \
106-
got {}",
104+
`expanded,hygiene`, `everybody_loops`, \
105+
`hir`, `hir,identified`, `hir,typed`, `hir-tree`, \
106+
`mir` or `mir-cfg`; got {}",
107107
name));
108108
} else {
109109
sess.fatal(&format!("argument to `pretty` must be one of `normal`, `expanded`, \

0 commit comments

Comments
 (0)