You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(toolchain_limitations): update the example of [ref:const_assert_eq]
`Debug` isn't marked with `#[const_trait]`, so we can't implement `const
Debug` on a struct anymore. Fortunately, the original error can still be
reproduced by passing `u32` to `assert_eq!` instead.
0 commit comments