]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_session/src/config.rs
Auto merge of #83050 - osa1:issue83048, r=matthewjasper
[rust.git] / compiler / rustc_session / src / config.rs
index 75078a12311630b4c8fde27b58752b5f3a6cc6a3..8d47ddca18824c5f0fa6752c3c6912627da0bcad 100644 (file)
@@ -2274,7 +2274,7 @@ pub fn needs_ast_map(&self) -> bool {
 
     pub fn needs_analysis(&self) -> bool {
         use PpMode::*;
-        matches!(*self, Mir | MirCFG)
+        matches!(*self, Mir | MirCFG | ThirTree)
     }
 }