Fix release build

This commit is contained in:
Ayaz Hafiz 2023-01-13 11:57:40 -06:00
parent 91d61424ad
commit f08a8aa8c7
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -4133,7 +4133,7 @@ pub fn ext_var_is_empty_tag_union(subs: &Subs, tag_ext: TagExt) -> bool {
}
#[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
unreachable!();
}