Skip to content

Commit 1a42a78

Browse files
nikomatsakisbrson
authored andcommitted
fix bug in hir,identified
1 parent 99a8fc1 commit 1a42a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_driver/pretty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pub fn parse_pretty(sess: &Session,
9090
("expanded,identified", _) => PpmSource(PpmExpandedIdentified),
9191
("expanded,hygiene", _) => PpmSource(PpmExpandedHygiene),
9292
("hir", true) => PpmHir(PpmNormal),
93-
("hir,identified", true) => PpmHir(PpmExpandedIdentified),
93+
("hir,identified", true) => PpmHir(PpmIdentified),
9494
("hir,typed", true) => PpmHir(PpmTyped),
9595
("flowgraph", true) => PpmFlowGraph(PpFlowGraphMode::Default),
9696
("flowgraph,unlabelled", true) => PpmFlowGraph(PpFlowGraphMode::UnlabelledEdges),

0 commit comments

Comments
 (0)