This commit is contained in:
Folkert 2021-06-19 14:56:37 +02:00
parent f2f9897187
commit 718aa34b19
4 changed files with 4 additions and 196 deletions

View file

@ -203,15 +203,6 @@ impl<'a> LambdaSet<'a> {
}
}
fn extend_function_layout(
&self,
arena: &'a Bump,
argument_layouts: &'a [Layout<'a>],
ret_layout: &'a Layout<'a>,
) -> Layout<'a> {
todo!()
}
pub fn extend_argument_list(
&self,
arena: &'a Bump,