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