We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bc5c7 commit b48b6eaCopy full SHA for b48b6ea
src/librustc_driver/pretty.rs
@@ -91,7 +91,7 @@ pub fn parse_pretty(sess: &Session,
91
("expanded,identified", _) => PpmSource(PpmExpandedIdentified),
92
("expanded,hygiene", _) => PpmSource(PpmExpandedHygiene),
93
("hir", true) => PpmHir(PpmNormal),
94
- ("hir,identified", true) => PpmHir(PpmExpandedIdentified),
+ ("hir,identified", true) => PpmHir(PpmIdentified),
95
("hir,typed", true) => PpmHir(PpmTyped),
96
("flowgraph", true) => PpmFlowGraph(PpFlowGraphMode::Default),
97
("flowgraph,unlabelled", true) => PpmFlowGraph(PpFlowGraphMode::UnlabelledEdges),
0 commit comments