This commit is contained in:
J.Teeuwissen 2023-05-24 22:11:42 +02:00
parent 62446b7c60
commit 3e565d56b7
No known key found for this signature in database
GPG key ID: DB5F7A1ED8D478AD

View file

@ -410,7 +410,7 @@ fn specialize_drops_stmt<'a, 'i>(
// let a = index b; dec b
// As a might get dropped as a result of the decrement of b.
let mut incremented_children = {
let mut todo_children = bumpalo::vec![in &arena; *symbol];
let mut todo_children = bumpalo::vec![in arena; *symbol];
let mut incremented_children = MutSet::default();
while let Some(child) = todo_children.pop() {