merge: compiler crashes while flattening with inlines in the KDL backend (#489)

Kdl inlinining that caused some problems on flattening
This commit is contained in:
Felipe G 2023-01-30 12:53:29 -03:00 committed by GitHub
commit d87ebba904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ pub fn inline_book(book: &mut untyped::Book) {
for name in &to_remove {
book.entrs.remove(name);
book.names.remove(name);
}
let mut state = InlineState { funs };