mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Fix release build
This commit is contained in:
parent
91d61424ad
commit
f08a8aa8c7
1 changed files with 1 additions and 1 deletions
|
@ -4133,7 +4133,7 @@ pub fn ext_var_is_empty_tag_union(subs: &Subs, tag_ext: TagExt) -> bool {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(debug_assertions))]
|
#[cfg(not(debug_assertions))]
|
||||||
pub fn ext_var_is_empty_tag_union(_: &Subs, _: Variable) -> bool {
|
pub fn ext_var_is_empty_tag_union(_: &Subs, _: TagExt) -> bool {
|
||||||
// This should only ever be used in debug_assert! macros
|
// This should only ever be used in debug_assert! macros
|
||||||
unreachable!();
|
unreachable!();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue