mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-18 02:50:17 +00:00
various
This commit is contained in:
parent
d7c1be6a44
commit
c019ced31d
9 changed files with 819 additions and 1301 deletions
|
@ -540,6 +540,7 @@ pub(crate) fn type_to_var_help(
|
|||
)
|
||||
.expect("extension var could not be seen as a tag union");
|
||||
|
||||
#[allow(clippy::never_loop)]
|
||||
for _ in it {
|
||||
unreachable!("we assert that the ext var is empty; otherwise we'd already know it was a tag union!");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue