Fix macro_unroll test
This commit is contained in:
parent
28572544d8
commit
1a2ef7b531
@ -33,9 +33,9 @@ macro_rules! register_in_bulk {
|
|||||||
$(
|
$(
|
||||||
{
|
{
|
||||||
let type_str = stringify!($type_names);
|
let type_str = stringify!($type_names);
|
||||||
register_exported_fn!($mod_name,
|
set_exported_fn!($mod_name,
|
||||||
format!(concat!(stringify!($op_name), "_{}"), type_str),
|
format!(concat!(stringify!($op_name), "_{}"), type_str),
|
||||||
crate::$op_name::$type_names::op);
|
crate::$op_name::$type_names::op);
|
||||||
}
|
}
|
||||||
)*
|
)*
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user