[Rust] Make LowLevelIL{Expression,Instruction} implement Copy #566
Annotations
2 errors and 1 warning
|
cargo clippy
Error: Clippy has exited with exit code 101
|
|
non-canonical implementation of `clone` on a `Copy` type:
rust/src/low_level_il/block.rs#L71
error: non-canonical implementation of `clone` on a `Copy` type
--> rust/src/low_level_il/block.rs:71:29
|
71 | fn clone(&self) -> Self {
| _____________________________^
72 | | LowLevelILBlock {
73 | | function: self.function,
74 | | }
75 | | }
| |_____^ help: change this to: `{ *self }`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_canonical_clone_impl
= note: `-D clippy::non-canonical-clone-impl` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::non_canonical_clone_impl)]`
|
|
licensing
New version for cargo-about available: 0.7.1
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
license
Expired
|
23.1 KB |
sha256:5c03d6ea12e92eab178544362d141555efb658e6bd93955cf9fec53bd05b256d
|
|