Skip to content

Update README.md

Update README.md #144

Triggered via push February 5, 2024 19:21
Status Failure
Total duration 33s
Artifacts
check_and_test
23s
check_and_test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 6 warnings
mismatched types: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.3.2/src/biguint/convert.rs#L613
error[E0308]: mismatched types --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.3.2/src/biguint/convert.rs:613:19 | 613 | .div_ceil(&u64::from(bits)) | -------- ^^^^^^^^^^^^^^^^ expected `u64`, found `&u64` | | | arguments to this method are incorrect | note: method defined here --> /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/num/mod.rs:1169:5 = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider removing the borrow | 613 - .div_ceil(&u64::from(bits)) 613 + .div_ceil(u64::from(bits)) |
mismatched types: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.3.2/src/biguint/convert.rs#L585
error[E0308]: mismatched types --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.3.2/src/biguint/convert.rs:585:19 | 585 | .div_ceil(&u64::from(bits)) | -------- ^^^^^^^^^^^^^^^^ expected `u64`, found `&u64` | | | arguments to this method are incorrect | note: method defined here --> /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/num/mod.rs:1169:5 = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider removing the borrow | 585 - .div_ceil(&u64::from(bits)) 585 + .div_ceil(u64::from(bits)) |
mismatched types: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.3.2/src/biguint/convert.rs#L70
error[E0308]: mismatched types --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.3.2/src/biguint/convert.rs:70:19 | 70 | .div_ceil(&big_digit::BITS.into()) | -------- ^^^^^^^^^^^^^^^^^^^^^^^ expected `u64`, found `&_` | | | arguments to this method are incorrect | = note: expected type `u64` found reference `&_` note: method defined here --> /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/num/mod.rs:1169:5 = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider removing the borrow | 70 - .div_ceil(&big_digit::BITS.into()) 70 + .div_ceil(big_digit::BITS.into()) |
check_and_test
Clippy had exited with the 101 exit code
check_and_test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
check_and_test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check_and_test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
check_and_test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
check_and_test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
check_and_test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/