Skip to content

Conversation

@skb666
Copy link

@skb666 skb666 commented May 14, 2025

使用

Assert<{ core::mem::size_of::<T>() < 768 }>: IsTrue,

导致题目目的不明确

修改为

Assert<{ core::mem::size_of::<T>() == 768 }>: IsTrue,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant