Split the "raw integer bytes" part out of Scalar
This commit is contained in:
parent
56293097f7
commit
362123dd75
17 changed files with 325 additions and 184 deletions
|
@ -71,7 +71,7 @@ macro_rules! throw_inval {
|
|||
|
||||
#[macro_export]
|
||||
macro_rules! throw_ub {
|
||||
($($tt:tt)*) => { Err::<!, _>(err_ub!($($tt)*))? };
|
||||
($($tt:tt)*) => { Err::<!, _>($crate::err_ub!($($tt)*))? };
|
||||
}
|
||||
|
||||
#[macro_export]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue