Skip to content

[compiler-v2 framework] fixed known_attribute warning in move test #9965

[compiler-v2 framework] fixed known_attribute warning in move test

[compiler-v2 framework] fixed known_attribute warning in move test #9965

Triggered via pull request December 12, 2024 07:26
Status Failure
Total duration 41m 21s
Artifacts

build_test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build and test
Process completed with exit code 100.
build and test
the following packages contain code that will be rejected by a future version of Rust: traitobject v0.1.0
build and test: vm/types/src/state_view.rs#L60
question mark operator is useless here
build and test: vm/types/src/contract_event.rs#L56
using `clone` on type `EventKey` which implements the `Copy` trait
build and test
`starcoin-vm-types` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p starcoin-vm-types` to apply 2 suggestions)
build and test: vm/types/src/on_chain_resource/block_metadata.rs#L65
`to_string` applied to a type that implements `Display` in `assert_eq!` args
build and test
`starcoin-vm-types` (lib test) generated 3 warnings (2 duplicates) (run `cargo clippy --fix --lib -p starcoin-vm-types --tests` to apply 1 suggestion)
build and test
`starcoin-vm-types` (lib) generated 2 warnings (2 duplicates)
build and test: vm/move-package-manager/src/lib.rs#L139
assigning the result of `Clone::clone()` may be inefficient
build and test
`move-package-manager` (lib test) generated 1 warning (run `cargo clippy --fix --lib -p move-package-manager --tests` to apply 1 suggestion)
build and test
the following packages contain code that will be rejected by a future version of Rust: traitobject v0.1.0