mirror of https://github.com/aya-rs/aya
Remove miri ignores
These only warn now: ``` test maps::hash_map::hash_map::tests::test_iter ... warning: integer-to-pointer cast --> aya/src/maps/hash_map/hash_map.rs:304:15 | 304 | match unsafe { attr.__bindgen_anon_2.key } as *const T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ integer-to-pointer cast | = help: This program is using integer-to-pointer casts or (equivalently) `ptr::with_exposed_provenance`, = help: which means that Miri might miss pointer bugs in this program. = help: See https://doc.rust-lang.org/nightly/std/ptr/fn.with_exposed_provenance.html for more details on that operation. = help: To ensure that Miri does not miss bugs in your program, use Strict Provenance APIs (https://doc.rust-lang.org/nightly/std/ptr/index.html#strict-provenance, https://crates.io/crates/sptr) instead. = help: You can then pass the `-Zmiri-strict-provenance` flag to Miri, to ensure you are not relying on `with_exposed_provenance` semantics. = help: Alternatively, the `-Zmiri-permissive-provenance` flag disables this warning. = note: BACKTRACE on thread `maps::hash_map:`: = note: inside `maps::hash_map::hash_map::tests::bpf_key::<i32>` at aya/src/maps/hash_map/hash_map.rs:304:15: 304:63 ```reviewable/pr942/r1
parent
35962a4794
commit
cb6d3bd75d
Loading…
Reference in New Issue