This commit is contained in:
Folkert 2020-11-05 01:09:48 +01:00
parent 82ad0001b6
commit b70eb3c636

View file

@ -1498,8 +1498,7 @@ fn specialize_external<'a>(
} }
} }
// TODO host exposed thngs // determine the layout of aliases/rigids exposed to the host
// host_exposed_variables: &[(Symbol, Variable)],
let host_exposed_layouts = if host_exposed_variables.is_empty() { let host_exposed_layouts = if host_exposed_variables.is_empty() {
HostExposedLayouts::NotHostExposed HostExposedLayouts::NotHostExposed
} else { } else {