parent
77b996e1c6
commit
b24902ea18
4 changed files with 45 additions and 24 deletions
|
@ -2293,7 +2293,7 @@ impl PpMode {
|
|||
|
||||
pub fn needs_analysis(&self) -> bool {
|
||||
use PpMode::*;
|
||||
matches!(*self, Mir | MirCFG)
|
||||
matches!(*self, Mir | MirCFG | ThirTree)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue