[Rust] Allow mapping between SSA and non-SSA forms of LLIL instructions / expressions #567
Annotations
4 errors and 1 warning
|
cargo clippy
Error: Clippy has exited with exit code 101
|
|
this expression creates a reference which is immediately dereferenced by the compiler:
rust/src/low_level_il/instruction.rs#L128
error: this expression creates a reference which is immediately dereferenced by the compiler
--> rust/src/low_level_il/instruction.rs:128:36
|
128 | LowLevelILInstruction::new(&non_ssa, LowLevelInstructionIndex(idx))
| ^^^^^^^^ help: change this to: `non_ssa`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
|
this expression creates a reference which is immediately dereferenced by the compiler:
rust/src/low_level_il/instruction.rs#L113
error: this expression creates a reference which is immediately dereferenced by the compiler
--> rust/src/low_level_il/instruction.rs:113:36
|
113 | LowLevelILInstruction::new(&ssa, LowLevelInstructionIndex(idx))
| ^^^^ help: change this to: `ssa`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
|
|
this lifetime isn't used in the function definition:
rust/src/low_level_il/instruction.rs#L107
error: this lifetime isn't used in the function definition
--> rust/src/low_level_il/instruction.rs:107:21
|
107 | pub fn ssa_form<'a>(
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes
= note: `-D clippy::extra-unused-lifetimes` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::extra_unused_lifetimes)]`
|
|
licensing
New version for cargo-about available: 0.7.1
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
license
Expired
|
22.8 KB |
sha256:744a45aa6d58ed97033f56abd4a4aece8e68bd121bae25284bad4c90ffc50839
|
|