mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
add missing ToInspector case
This commit is contained in:
parent
c57bc4db11
commit
f0dee1f6e9
2 changed files with 5 additions and 0 deletions
|
@ -68,6 +68,11 @@ fn module_source_and_path(builtin: DeriveBuiltin) -> (ModuleId, &'static str, Pa
|
|||
module_source(ModuleId::BOOL),
|
||||
builtins_path.join("Bool.roc"),
|
||||
),
|
||||
DeriveBuiltin::ToInspector => (
|
||||
ModuleId::INSPECT,
|
||||
module_source(ModuleId::INSPECT),
|
||||
builtins_path.join("Inspect.roc"),
|
||||
),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue