autocommit 2022-03-09 14:01:21 CET
This commit is contained in:
parent
aa0cb94143
commit
4df6b559b7
32 changed files with 1121 additions and 172 deletions
|
|
@ -330,6 +330,7 @@ macro_rules! assert_size_eq {
|
|||
}};
|
||||
}
|
||||
|
||||
#[allow(unused_macros)]
|
||||
macro_rules! assert_size_le {
|
||||
($t:ty, $u:ty) => {{
|
||||
struct AssertLeSize<T, U>(std::marker::PhantomData<T>, std::marker::PhantomData<U>);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue