Remove -Zmiri-tag-raw-pointers #45
Annotations
10 errors and 1 warning
Run cargo miri test --verbose --all-features:
src/must.rs#L12
evaluation of `bytemuck::must::Cast::<[u8; 2], u16>::ASSERT_ALIGN_GREATER_THAN_EQUAL` failed
|
Run cargo miri test --verbose --all-features:
src/must.rs#L12
assertion failed: align_of::<A>() >= align_of::<B>()
|
Run cargo miri test --verbose --all-features:
src/must.rs#L13
evaluation of `bytemuck::must::Cast::<u16, [u8; 3]>::ASSERT_SIZE_EQUAL` failed
|
Run cargo miri test --verbose --all-features:
src/must.rs#L13
assertion failed: size_of::<A>() == size_of::<B>()
|
Run cargo miri test --verbose --all-features:
src/must.rs#L13
evaluation of `bytemuck::must::Cast::<u16, [u8; 3]>::ASSERT_SIZE_EQUAL` failed
|
Run cargo miri test --verbose --all-features:
src/must.rs#L13
assertion failed: size_of::<A>() == size_of::<B>()
|
Run cargo miri test --verbose --all-features:
src/must.rs#L13
evaluation of `bytemuck::must::Cast::<u16, [u8; 3]>::ASSERT_SIZE_EQUAL` failed
|
Run cargo miri test --verbose --all-features:
src/must.rs#L13
assertion failed: size_of::<A>() == size_of::<B>()
|
Run cargo miri test --verbose --all-features:
src/must.rs#L12
evaluation of `bytemuck::must::Cast::<[u8; 2], u16>::ASSERT_ALIGN_GREATER_THAN_EQUAL` failed
|
Run cargo miri test --verbose --all-features:
src/must.rs#L12
assertion failed: align_of::<A>() >= align_of::<B>()
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: hecrj/setup-rust-action@v1, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading