fix gen-dev compilation

This commit is contained in:
Folkert 2022-12-09 18:28:14 +01:00
parent 0260182fb4
commit 1ef27b4bec
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -106,7 +106,7 @@ pub fn helper(
debug_assert_eq!(exposed_to_host.values.len(), 1);
let entry_point = match loaded.entry_point {
EntryPoint::Executable { symbol, layout, .. } => {
roc_mono::ir::EntryPoint { symbol, layout }
roc_mono::ir::SingleEntryPoint { symbol, layout }
}
EntryPoint::Test => {
unreachable!()