fmt
This commit is contained in:
parent
4eab5c1f7b
commit
f0a52128ee
3 changed files with 20 additions and 21 deletions
|
|
@ -20,7 +20,7 @@ const fn check<T: ~const Drop>() {}
|
|||
|
||||
macro_rules! check_all {
|
||||
($($T:ty),*$(,)?) => {$(
|
||||
const _: () = check::<$T>();
|
||||
const _: () = check::<$T>();
|
||||
)*};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue