We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2024-02-12
impl valrow::Borrowable for Box<_>
Concerns were raised about Box's Unique / noalias requirements. Miri looks like it should be able to catch such bugs, but I haven't been able to convince my copy to catch any bugs in this test.
rustup toolchain install nightly -c miri set RUSTFLAGS=--cfg xxx_borrowable_box cargo +nightly miri test --all-features set MIRIFLAGS=-Zmiri-unique-is-unique -Zmiri-tree-borrows cargo +nightly miri test --all-features
valrow/src/borrowable.rs
Lines 143 to 167 in b38c862
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
MaulingMonkey
No branches or pull requests
Concerns were raised about Box's Unique / noalias requirements. Miri looks like it should be able to catch such bugs, but I haven't been able to convince my copy to catch any bugs in this test.
Testing
References
valrow/src/borrowable.rs
Lines 143 to 167 in b38c862
The text was updated successfully, but these errors were encountered: