We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41fbd1 commit ad79e8fCopy full SHA for ad79e8f
tests/pass/zero-sized-accesses-and-offsets.rs
@@ -1,7 +1,7 @@
1
//! Tests specific for <https://github.com/rust-lang/rust/issues/117945>: zero-sized operations.
2
#![feature(strict_provenance)]
3
4
-//@only-miri: FIXME: copy_nonoverlapping assertion triggered
+//@only-miri: FIXME: copy_nonoverlapping assertion triggered (https://github.com/rust-lang/rust/issues/131371)
5
6
use std::ptr;
7
0 commit comments