disable Nat for now

This commit is contained in:
Folkert 2021-07-29 14:41:22 +02:00
parent 814cf8700b
commit b186ccc370
3 changed files with 15 additions and 14 deletions

View file

@ -813,7 +813,7 @@ fn type_to_variable(
Symbol::NUM_U16 => return Variable::U16,
Symbol::NUM_U8 => return Variable::U8,
Symbol::NUM_NAT => return Variable::NAT,
// Symbol::NUM_NAT => return Variable::NAT,
_ => {}
}
}