Skip to content

Commit ad79e8f

Browse files
oli-obkRalfJung
andauthored
Update tests/pass/zero-sized-accesses-and-offsets.rs
Co-authored-by: Ralf Jung <[email protected]>
1 parent f41fbd1 commit ad79e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pass/zero-sized-accesses-and-offsets.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Tests specific for <https://github.com/rust-lang/rust/issues/117945>: zero-sized operations.
22
#![feature(strict_provenance)]
33

4-
//@only-miri: FIXME: copy_nonoverlapping assertion triggered
4+
//@only-miri: FIXME: copy_nonoverlapping assertion triggered (https://github.com/rust-lang/rust/issues/131371)
55

66
use std::ptr;
77

0 commit comments

Comments
 (0)