remove Pointer

This commit is contained in:
Folkert 2021-05-26 14:18:19 +02:00
parent ca5e9518d9
commit bfe49d2188
8 changed files with 2 additions and 28 deletions

View file

@ -533,7 +533,6 @@ fn layout_spec(builder: &mut FuncDefBuilder, layout: &Layout) -> Result<TypeId>
RecursivePointer => todo!(),
FunctionPointer(_, _) => todo!(),
Closure(_, _, _) => todo!(),
Pointer(_) => todo!(),
}
}