ignore="`ptr::write_unaligned(dst, value)` is attempting a write access but no exposed tags have suitable permission in the borrow stack for this location"
ignore="`ptr::write_unaligned(dst, value)` is attempting a write access but no exposed tags have suitable permission in the borrow stack for this location"
)]
fntest_read_first_sample(){
letmutmmapped_buf=MMappedBuf{
data: [0;PAGE_SIZE*2],
@ -451,10 +442,6 @@ mod tests {
}
#[test]
#[cfg_attr(
miri,
ignore="`ptr::write_unaligned(dst, value)` is attempting a write access but no exposed tags have suitable permission in the borrow stack for this location"
)]
fntest_read_many_with_many_reads(){
letmutmmapped_buf=MMappedBuf{
data: [0;PAGE_SIZE*2],
@ -477,10 +464,6 @@ mod tests {
}
#[test]
#[cfg_attr(
miri,
ignore="`ptr::write_unaligned(dst, value)` is attempting a write access but no exposed tags have suitable permission in the borrow stack for this location"
)]
fntest_read_many_with_one_read(){
letmutmmapped_buf=MMappedBuf{
data: [0;PAGE_SIZE*2],
@ -502,10 +485,6 @@ mod tests {
}
#[test]
#[cfg_attr(
miri,
ignore="`ptr::write_unaligned(dst, value)` is attempting a write access but no exposed tags have suitable permission in the borrow stack for this location"
)]
fntest_read_last_sample(){
letmutmmapped_buf=MMappedBuf{
data: [0;PAGE_SIZE*2],
@ -525,10 +504,6 @@ mod tests {
}
#[test]
#[cfg_attr(
miri,
ignore="`ptr::write_unaligned(dst, value)` is attempting a write access but no exposed tags have suitable permission in the borrow stack for this location"
)]
fntest_read_wrapping_sample_size(){
letmutmmapped_buf=MMappedBuf{
data: [0;PAGE_SIZE*2],
@ -566,10 +541,6 @@ mod tests {
}
#[test]
#[cfg_attr(
miri,
ignore="`ptr::write_unaligned(dst, value)` is attempting a write access but no exposed tags have suitable permission in the borrow stack for this location"