This commit is contained in:
Folkert 2020-10-17 02:51:42 +02:00
parent cfce0235f2
commit 6227a3480e
4 changed files with 13 additions and 13 deletions

View file

@ -562,7 +562,7 @@ fn layout_from_flat_type<'a>(
}
Wrapped(_tags) => {
// Wrapped(Vec<'a, (TagName, &'a [Layout<'a>])>),
todo!()
todo!("can't specialize multi-size closures yet")
}
}
}