Skip to content

Commit

Permalink
Update tests/pass/zero-sized-accesses-and-offsets.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Jung <[email protected]>
  • Loading branch information
oli-obk and RalfJung authored Oct 7, 2024
1 parent f41fbd1 commit ad79e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pass/zero-sized-accesses-and-offsets.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Tests specific for <https://github.com/rust-lang/rust/issues/117945>: zero-sized operations.
#![feature(strict_provenance)]

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

use std::ptr;

Expand Down

0 comments on commit ad79e8f

Please sign in to comment.