Skip to content

Rename LowLevelILExpression to Expression in Rust API #488

Rename LowLevelILExpression to Expression in Rust API

Rename LowLevelILExpression to Expression in Rust API #488

Triggered via push May 4, 2025 02:15
Status Failure
Total duration 54s
Artifacts 1

rust.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
cargo clippy
Error: Clippy has exited with exit code 101
the following explicit lifetimes could be elided: 'func: rust/src/low_level_il/lifting.rs#L670
error: the following explicit lifetimes could be elided: 'func --> rust/src/low_level_il/lifting.rs:670:6 | 670 | impl<'func, R> Expression<'func, Mutable, NonSSA<LiftedNonSSA>, R> | ^^^^^ ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 670 - impl<'func, R> Expression<'func, Mutable, NonSSA<LiftedNonSSA>, R> 670 + impl<R> Expression<'_, Mutable, NonSSA<LiftedNonSSA>, R> |
the following explicit lifetimes could be elided: 'func: rust/src/low_level_il/instruction.rs#L102
error: the following explicit lifetimes could be elided: 'func --> rust/src/low_level_il/instruction.rs:102:6 | 102 | impl<'func, M, F> Debug for Instruction<'func, M, F> | ^^^^^ ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 102 - impl<'func, M, F> Debug for Instruction<'func, M, F> 102 + impl<M, F> Debug for Instruction<'_, M, F> |
the following explicit lifetimes could be elided: 'func: rust/src/low_level_il/expression.rs#L645
error: the following explicit lifetimes could be elided: 'func --> rust/src/low_level_il/expression.rs:645:6 | 645 | impl<'func> ExpressionKind<'func, Mutable, NonSSA<LiftedNonSSA>> { | ^^^^^ ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 645 - impl<'func> ExpressionKind<'func, Mutable, NonSSA<LiftedNonSSA>> { 645 + impl ExpressionKind<'_, Mutable, NonSSA<LiftedNonSSA>> { |
the following explicit lifetimes could be elided: 'func: rust/src/low_level_il/expression.rs#L203
error: the following explicit lifetimes could be elided: 'func --> rust/src/low_level_il/expression.rs:203:6 | 203 | impl<'func, F> Expression<'func, Finalized, F, ValueExpr> | ^^^^^ ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 203 - impl<'func, F> Expression<'func, Finalized, F, ValueExpr> 203 + impl<F> Expression<'_, Finalized, F, ValueExpr> |
the following explicit lifetimes could be elided: 'func: rust/src/low_level_il/expression.rs#L94
error: the following explicit lifetimes could be elided: 'func --> rust/src/low_level_il/expression.rs:94:6 | 94 | impl<'func, M, F, R> fmt::Debug for Expression<'func, M, F, R> | ^^^^^ ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 94 - impl<'func, M, F, R> fmt::Debug for Expression<'func, M, F, R> 94 + impl<M, F, R> fmt::Debug for Expression<'_, M, F, R> |
the following explicit lifetimes could be elided: 'func: rust/src/low_level_il/block.rs#L66
error: the following explicit lifetimes could be elided: 'func --> rust/src/low_level_il/block.rs:66:6 | 66 | impl<'func, M, F> Clone for LowLevelILBlock<'func, M, F> | ^^^^^ ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 66 - impl<'func, M, F> Clone for LowLevelILBlock<'func, M, F> 66 + impl<M, F> Clone for LowLevelILBlock<'_, M, F> |
the following explicit lifetimes could be elided: 'func: rust/src/low_level_il/block.rs#L54
error: the following explicit lifetimes could be elided: 'func --> rust/src/low_level_il/block.rs:54:6 | 54 | impl<'func, M, F> Debug for LowLevelILBlock<'func, M, F> | ^^^^^ ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `-D clippy::needless-lifetimes` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]` help: elide the lifetimes | 54 - impl<'func, M, F> Debug for LowLevelILBlock<'func, M, F> 54 + impl<M, F> Debug for LowLevelILBlock<'_, M, F> |
licensing
New version for cargo-about available: 0.7.1

Artifacts

Produced during runtime
Name Size Digest
license Expired
23 KB
sha256:4c0b50ffef3731d6438952d18879be0e1d952e9e7b6f15b0c1a005750ded9909