mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-12 23:06:18 +00:00
Progress on updating entire compiler for snake_case
This commit is contained in:
parent
db6cc5a7b1
commit
b56fbd38e1
297 changed files with 8416 additions and 8544 deletions
|
@ -3222,7 +3222,7 @@ fn specialize_external_help<'a>(
|
|||
}
|
||||
|
||||
if procs.host_exposed_symbols.contains(&proc.name.name()) {
|
||||
// layouts that are (transitively) used in the type of `mainForHost`.
|
||||
// layouts that are (transitively) used in the type of `main_for_host`.
|
||||
let mut host_exposed_layouts: Vec<_> = top_level
|
||||
.arguments
|
||||
.iter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue