add in memory AST

This commit is contained in:
nora 2023-12-31 17:01:16 +01:00
parent 307cd52178
commit cf39338b30
5 changed files with 127 additions and 69 deletions

View file

@ -166,7 +166,7 @@ impl PassController {
self.state = PassControllerState::Success;
}
PassControllerState::Bisecting { current, .. } => {
unreachable!("No change while bisecting, current was empty somehow: {current:?}");
unreachable!("Pass said it didn't change anything in the bisection phase, nils forgot what this means: {current:?}");
}
PassControllerState::Success { .. } => {}
}