remove usize in mono

This commit is contained in:
Folkert 2021-11-21 13:22:45 +01:00
parent 073d5205ca
commit 2033f1f430
4 changed files with 81 additions and 118 deletions

View file

@ -1718,7 +1718,7 @@ fn builtin_spec(
use Builtin::*;
match builtin {
Int(_) | Usize | Bool => builder.add_tuple_type(&[]),
Int(_) | Bool => builder.add_tuple_type(&[]),
Decimal | Float(_) => builder.add_tuple_type(&[]),
Str | EmptyStr => str_type(builder),
Dict(key_layout, value_layout) => {