Allow architecture plugins to perform basic block analysis #6792
Annotations
3 errors
|
|
|
rust/src/architecture.rs#L1551
error: this public function might dereference a raw pointer but is not marked `unsafe`
--> rust/src/architecture.rs:1551:17
|
1551 | context,
| ^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#not_unsafe_ptr_arg_deref
|
|
rust/src/architecture.rs#L475
error: this public function might dereference a raw pointer but is not marked `unsafe`
--> rust/src/architecture.rs:475:17
|
475 | context,
| ^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#not_unsafe_ptr_arg_deref
= note: `#[deny(clippy::not_unsafe_ptr_arg_deref)]` on by default
|
The logs for this run have expired and are no longer available.
Loading