This commit is contained in:
Folkert 2021-08-18 18:35:27 +02:00
parent 8c9bbf1a99
commit 2793c90272

View File

@ -189,8 +189,6 @@ pub enum Layout<'a> {
Struct(&'a [Layout<'a>]),
Union(UnionLayout<'a>),
RecursivePointer,
// /// A function. The types of its arguments, then the type of its return value.
// Closure(&'a [Layout<'a>], LambdaSet<'a>, &'a Layout<'a>),
}
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]