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.
-Zunpretty=everybody_loops
1 parent 84ec823 commit 5837518Copy full SHA for 5837518
src/librustc_session/config.rs
@@ -1954,9 +1954,11 @@ impl PpMode {
1954
use PpMode::*;
1955
use PpSourceMode::*;
1956
match *self {
1957
- PpmSource(PpmNormal | PpmEveryBodyLoops | PpmIdentified) => false,
+ PpmSource(PpmNormal | PpmIdentified) => false,
1958
1959
- PpmSource(PpmExpanded | PpmExpandedIdentified | PpmExpandedHygiene)
+ PpmSource(
1960
+ PpmExpanded | PpmEveryBodyLoops | PpmExpandedIdentified | PpmExpandedHygiene,
1961
+ )
1962
| PpmHir(_)
1963
| PpmHirTree(_)
1964
| PpmMir
0 commit comments