Skip to content

rm extern crate alloc in std env #2

rm extern crate alloc in std env

rm extern crate alloc in std env #2

GitHub Actions / clippy failed Mar 22, 2024 in 0s

clippy

9 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 9
Warning 0
Note 0
Help 0

Versions

  • rustc 1.77.0 (aedd173a2 2024-03-17)
  • cargo 1.77.0 (3fe68eabf 2024-02-29)
  • clippy 0.1.77 (aedd173 2024-03-17)

Annotations

Check failure on line 107 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.3/src/errors/std_error.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

no method named `thiserror_provide` found for reference `&ConversionOverflowError` in the current scope

error[E0599]: no method named `thiserror_provide` found for reference `&ConversionOverflowError` in the current scope
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.3/src/errors/std_error.rs:107:9
    |
107 |         source: ConversionOverflowError,
    |         ^^^^^^ method not found in `&ConversionOverflowError`

Check failure on line 100 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.3/src/errors/std_error.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

no method named `thiserror_provide` found for reference `&DivideByZeroError` in the current scope

error[E0599]: no method named `thiserror_provide` found for reference `&DivideByZeroError` in the current scope
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.3/src/errors/std_error.rs:100:9
    |
100 |         source: DivideByZeroError,
    |         ^^^^^^ method not found in `&DivideByZeroError`

Check failure on line 94 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.3/src/errors/std_error.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

no method named `thiserror_provide` found for reference `&OverflowError` in the current scope

error[E0599]: no method named `thiserror_provide` found for reference `&OverflowError` in the current scope
  --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.3/src/errors/std_error.rs:94:9
   |
94 |         source: OverflowError,
   |         ^^^^^^ method not found in `&OverflowError`

Check failure on line 33 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.3/src/errors/std_error.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

no method named `thiserror_provide` found for reference `&RecoverPubkeyError` in the current scope

error[E0599]: no method named `thiserror_provide` found for reference `&RecoverPubkeyError` in the current scope
  --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.3/src/errors/std_error.rs:33:9
   |
33 |         source: RecoverPubkeyError,
   |         ^^^^^^ method not found in `&RecoverPubkeyError`

Check failure on line 27 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.3/src/errors/std_error.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

no method named `thiserror_provide` found for reference `&VerificationError` in the current scope

error[E0599]: no method named `thiserror_provide` found for reference `&VerificationError` in the current scope
  --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.3/src/errors/std_error.rs:27:9
   |
27 |         source: VerificationError,
   |         ^^^^^^ method not found in `&VerificationError`

Check failure on line 2 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.3/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unknown feature `provide_any`

error[E0635]: unknown feature `provide_any`
 --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.3/src/lib.rs:2:45
  |
2 | #![cfg_attr(feature = "backtraces", feature(provide_any))]
  |                                             ^^^^^^^^^^^

Check failure on line 2 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.3/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

`#![feature]` may not be used on the stable release channel

error[E0554]: `#![feature]` may not be used on the stable release channel
 --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.3/src/lib.rs:2:45
  |
2 | #![cfg_attr(feature = "backtraces", feature(provide_any))]
  |                                             ^^^^^^^^^^^

Check failure on line 1 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.3/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

`#![feature]` may not be used on the stable release channel

error[E0554]: `#![feature]` may not be used on the stable release channel
 --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.3/src/lib.rs:1:45
  |
1 | #![cfg_attr(feature = "backtraces", feature(error_generic_member_access))]
  |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check failure on line 23 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.3/src/errors/std_error.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved import `thiserror`

error[E0432]: unresolved import `thiserror`
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.3/src/errors/std_error.rs:23:10
    |
23  | #[derive(Error, Debug)]
    |          ^^^^^ no `ThiserrorProvide` in `__private`
    |
note: found an item that was configured out
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/src/lib.rs:259:29
    |
259 |     pub use crate::provide::ThiserrorProvide;
    |                             ^^^^^^^^^^^^^^^^
    = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)