Skip to content

Keep XVM call interface unified. #1259

Keep XVM call interface unified.

Keep XVM call interface unified. #1259

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / clippy failed Jul 20, 2023 in 0s

clippy

1 error

Details

Results

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

Versions

  • rustc 1.68.0-nightly (3020239de 2023-01-09)
  • cargo 1.68.0-nightly (8c460b223 2023-01-04)
  • clippy 0.1.68 (3020239 2023-01-09)

Annotations

Check failure on line 300 in pallets/xvm/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

no function or associated item named `do_evm_call` found for struct `Pallet` in the current scope

error[E0599]: no function or associated item named `do_evm_call` found for struct `Pallet` in the current scope
   --> pallets/xvm/src/lib.rs:300:15
    |
123 |     pub struct Pallet<T>(PhantomData<T>);
    |     -------------------- function or associated item `do_evm_call` not found for this struct
...
300 |         Self::do_evm_call(context, source, target, input, true)
    |               ^^^^^^^^^^^
    |               |
    |               function or associated item not found in `Pallet<T>`
    |               help: there is an associated function with a similar name: `do_xvm_call`