mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
use u32, not unsigned32
This commit is contained in:
parent
cb26b1267c
commit
dfbdeab6f3
3 changed files with 18 additions and 15 deletions
|
@ -186,7 +186,7 @@ pub fn constrain_pattern(
|
|||
state.constraints.push(Constraint::Pattern(
|
||||
region,
|
||||
PatternCategory::Character,
|
||||
builtins::num_unsigned32(),
|
||||
builtins::num_u32(),
|
||||
expected,
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue