mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
remove usize dev gen
This commit is contained in:
parent
7d231f87cd
commit
96498d667e
1 changed files with 1 additions and 2 deletions
|
@ -1546,8 +1546,7 @@ impl<
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
macro_rules! single_register_integers {
|
macro_rules! single_register_integers {
|
||||||
() => {
|
() => {
|
||||||
Builtin::Usize
|
Builtin::Bool
|
||||||
| Builtin::Bool
|
|
||||||
| Builtin::Int(
|
| Builtin::Int(
|
||||||
IntWidth::I8
|
IntWidth::I8
|
||||||
| IntWidth::I16
|
| IntWidth::I16
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue