mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-01 10:52:18 +00:00
Start generating void layouts for unbound type variables
This commit is contained in:
parent
b92a2b8dad
commit
1440915395
2 changed files with 14 additions and 1 deletions
|
@ -110,6 +110,10 @@ flags! {
|
|||
/// Print to stderr when a runtime error function is generated.
|
||||
ROC_PRINT_RUNTIME_ERROR_GEN
|
||||
|
||||
/// Generate a layout error when an unbound type variable is found, rather than generating the
|
||||
/// void layout.
|
||||
ROC_NO_UNBOUND_LAYOUT
|
||||
|
||||
// ===LLVM Gen===
|
||||
|
||||
/// Prints LLVM function verification output.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue