Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Use repr(C) to control the memory layout of the block and move the fr… #3

Use repr(C) to control the memory layout of the block and move the fr…

Use repr(C) to control the memory layout of the block and move the fr… #3

Workflow file for this run

on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: dtolnay/rust-toolchain@nightly
with:
components: miri, rust-src
- run: cargo test
- run: cargo miri test