diff --git a/crates/bindgen/src/types.rs b/crates/bindgen/src/types.rs index 9d171980c6..6886612794 100644 --- a/crates/bindgen/src/types.rs +++ b/crates/bindgen/src/types.rs @@ -410,7 +410,7 @@ pub struct Env<'a> { arena: &'a Bump, subs: &'a Subs, layout_cache: LayoutCache<'a>, - interns: &'a mut Interns, + interns: &'a Interns, struct_names: Structs, enum_names: Enums, pending_recursive_types: VecMap>, diff --git a/crates/compiler/build/src/program.rs b/crates/compiler/build/src/program.rs index cbcdcd6339..8f5a704f4f 100644 --- a/crates/compiler/build/src/program.rs +++ b/crates/compiler/build/src/program.rs @@ -261,7 +261,6 @@ pub fn gen_from_mono_module_llvm( exposed_to_host: loaded.exposed_to_host.values.keys().copied().collect(), }; - dbg!(21); roc_gen_llvm::llvm::build::build_procedures( &env, opt_level, diff --git a/crates/compiler/derive_key/Cargo.toml b/crates/compiler/derive_key/Cargo.toml index 36f154b059..53551245e0 100644 --- a/crates/compiler/derive_key/Cargo.toml +++ b/crates/compiler/derive_key/Cargo.toml @@ -14,4 +14,4 @@ roc_types = { path = "../types" } [features] default = [] -debug-derived-symbols = ["roc_module/debug-symbols"] +debug-derived-symbols = []