Build #472655 2021-12-05T01:24:22.404083+00:00
# rustc version
rustc 1.59.0-nightly (efec54529 2021-12-04)# docs.rs version
docsrs 0.6.0 (0607ed2 2021-12-01)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/serum-common-0.4.7/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/serum-common-0.4.7/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5df6ddad4a5b29fe213f677d7e2acfdb848e97b967f7cba3bf1fba1640344a16" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20211204-1.59.0-nightly-efec54529\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 7a7a2d289df81b7ab9728ebd0d7e7af8c5e5bdf05caa04c7c738548a6f375b64
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "7a7a2d289df81b7ab9728ebd0d7e7af8c5e5bdf05caa04c7c738548a6f375b64", kill_on_drop: false }`
[INFO] [stderr] Checking spl-token v2.0.8
[INFO] [stderr] Checking solana-sdk v1.8.6
[INFO] [stderr] Checking serum-borsh v0.8.1-serum.1
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `solana_sdk`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/error.rs:4:5
[INFO] [stderr] |
[INFO] [stderr] 4 | use solana_sdk::{decode_error::DecodeError, program_error::ProgramError};
[INFO] [stderr] | ^^^^^^^^^^ use of undeclared crate or module `solana_sdk`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `solana_sdk`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:4:5
[INFO] [stderr] |
[INFO] [stderr] 4 | use solana_sdk::{
[INFO] [stderr] | ^^^^^^^^^^ use of undeclared crate or module `solana_sdk`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `solana_sdk`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:6:5
[INFO] [stderr] |
[INFO] [stderr] 6 | use solana_sdk::{
[INFO] [stderr] | ^^^^^^^^^^ use of undeclared crate or module `solana_sdk`
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `solana_sdk`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:4:5
[INFO] [stderr] |
[INFO] [stderr] 4 | use solana_sdk::{
[INFO] [stderr] | ^^^^^^^^^^ use of undeclared crate or module `solana_sdk`
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `solana_sdk`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/lib.rs:15:9
[INFO] [stderr] |
[INFO] [stderr] 15 | pub use solana_sdk;
[INFO] [stderr] | ^^^^^^^^^^ no external crate `solana_sdk`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `solana_sdk`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/native_mint.rs:7:1
[INFO] [stderr] |
[INFO] [stderr] 7 | solana_sdk::declare_id!("So11111111111111111111111111111111111111112");
[INFO] [stderr] | ^^^^^^^^^^ use of undeclared crate or module `solana_sdk`
[INFO] [stderr]
[INFO] [stderr] error: cannot determine resolution for the macro `solana_sdk::declare_id`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/lib.rs:28:1
[INFO] [stderr] |
[INFO] [stderr] 28 | solana_sdk::declare_id!("TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA");
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `ProgramError`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/error.rs:70:9
[INFO] [stderr] |
[INFO] [stderr] 70 | ProgramError::Custom(e as u32)
[INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type `ProgramError`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `ProgramError`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:374:36
[INFO] [stderr] |
[INFO] [stderr] 374 | .ok_or_else(|| ProgramError::from(InvalidInstruction))
[INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type `ProgramError`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `Pubkey`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:509:22
[INFO] [stderr] |
[INFO] [stderr] 509 | let pk = Pubkey::new(key);
[INFO] [stderr] | ^^^^^^ use of undeclared type `Pubkey`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `COption`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:518:45
[INFO] [stderr] |
[INFO] [stderr] 518 | Option::Some((&0, rest)) => Ok((COption::None, rest)),
[INFO] [stderr] | ^^^^^^^ use of undeclared type `COption`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `Pubkey`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:521:26
[INFO] [stderr] |
[INFO] [stderr] 521 | let pk = Pubkey::new(key);
[INFO] [stderr] | ^^^^^^ use of undeclared type `Pubkey`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `COption`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:522:21
[INFO] [stderr] |
[INFO] [stderr] 522 | Ok((COption::Some(pk), rest))
[INFO] [stderr] | ^^^^^^^ use of undeclared type `COption`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `COption`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:530:13
[INFO] [stderr] |
[INFO] [stderr] 530 | COption::Some(ref key) => {
[INFO] [stderr] | ^^^^^^^ use of undeclared type `COption`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `COption`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:534:13
[INFO] [stderr] |
[INFO] [stderr] 534 | COption::None => buf.push(0),
[INFO] [stderr] | ^^^^^^^ use of undeclared type `COption`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:591:9
[INFO] [stderr] |
[INFO] [stderr] 591 | AccountMeta::new(*mint_pubkey, false),
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:592:9
[INFO] [stderr] |
[INFO] [stderr] 592 | AccountMeta::new_readonly(sysvar::rent::id(), false),
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:612:9
[INFO] [stderr] |
[INFO] [stderr] 612 | AccountMeta::new(*account_pubkey, false),
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:613:9
[INFO] [stderr] |
[INFO] [stderr] 613 | AccountMeta::new_readonly(*mint_pubkey, false),
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:614:9
[INFO] [stderr] |
[INFO] [stderr] 614 | AccountMeta::new_readonly(*owner_pubkey, false),
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:615:9
[INFO] [stderr] |
[INFO] [stderr] 615 | AccountMeta::new_readonly(sysvar::rent::id(), false),
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `ProgramError`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:636:20
[INFO] [stderr] |
[INFO] [stderr] 636 | return Err(ProgramError::MissingRequiredSignature);
[INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type `ProgramError`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:641:19
[INFO] [stderr] |
[INFO] [stderr] 641 | accounts.push(AccountMeta::new(*multisig_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:642:19
[INFO] [stderr] |
[INFO] [stderr] 642 | accounts.push(AccountMeta::new_readonly(sysvar::rent::id(), false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:644:23
[INFO] [stderr] |
[INFO] [stderr] 644 | accounts.push(AccountMeta::new_readonly(**signer_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:666:19
[INFO] [stderr] |
[INFO] [stderr] 666 | accounts.push(AccountMeta::new(*source_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:667:19
[INFO] [stderr] |
[INFO] [stderr] 667 | accounts.push(AccountMeta::new(*destination_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:668:19
[INFO] [stderr] |
[INFO] [stderr] 668 | accounts.push(AccountMeta::new_readonly(
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:673:23
[INFO] [stderr] |
[INFO] [stderr] 673 | accounts.push(AccountMeta::new_readonly(**signer_pubkey, true));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:695:19
[INFO] [stderr] |
[INFO] [stderr] 695 | accounts.push(AccountMeta::new(*source_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:696:19
[INFO] [stderr] |
[INFO] [stderr] 696 | accounts.push(AccountMeta::new_readonly(*delegate_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:697:19
[INFO] [stderr] |
[INFO] [stderr] 697 | accounts.push(AccountMeta::new_readonly(
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:702:23
[INFO] [stderr] |
[INFO] [stderr] 702 | accounts.push(AccountMeta::new_readonly(**signer_pubkey, true));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:722:19
[INFO] [stderr] |
[INFO] [stderr] 722 | accounts.push(AccountMeta::new(*source_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:723:19
[INFO] [stderr] |
[INFO] [stderr] 723 | accounts.push(AccountMeta::new_readonly(
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:728:23
[INFO] [stderr] |
[INFO] [stderr] 728 | accounts.push(AccountMeta::new_readonly(**signer_pubkey, true));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:755:19
[INFO] [stderr] |
[INFO] [stderr] 755 | accounts.push(AccountMeta::new(*owned_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:756:19
[INFO] [stderr] |
[INFO] [stderr] 756 | accounts.push(AccountMeta::new_readonly(
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:761:23
[INFO] [stderr] |
[INFO] [stderr] 761 | accounts.push(AccountMeta::new_readonly(**signer_pubkey, true));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:783:19
[INFO] [stderr] |
[INFO] [stderr] 783 | accounts.push(AccountMeta::new(*mint_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:784:19
[INFO] [stderr] |
[INFO] [stderr] 784 | accounts.push(AccountMeta::new(*account_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:785:19
[INFO] [stderr] |
[INFO] [stderr] 785 | accounts.push(AccountMeta::new_readonly(
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:790:23
[INFO] [stderr] |
[INFO] [stderr] 790 | accounts.push(AccountMeta::new_readonly(**signer_pubkey, true));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:812:19
[INFO] [stderr] |
[INFO] [stderr] 812 | accounts.push(AccountMeta::new(*account_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:813:19
[INFO] [stderr] |
[INFO] [stderr] 813 | accounts.push(AccountMeta::new(*mint_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:814:19
[INFO] [stderr] |
[INFO] [stderr] 814 | accounts.push(AccountMeta::new_readonly(
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:819:23
[INFO] [stderr] |
[INFO] [stderr] 819 | accounts.push(AccountMeta::new_readonly(**signer_pubkey, true));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:840:19
[INFO] [stderr] |
[INFO] [stderr] 840 | accounts.push(AccountMeta::new(*account_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:841:19
[INFO] [stderr] |
[INFO] [stderr] 841 | accounts.push(AccountMeta::new(*destination_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:842:19
[INFO] [stderr] |
[INFO] [stderr] 842 | accounts.push(AccountMeta::new_readonly(
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:847:23
[INFO] [stderr] |
[INFO] [stderr] 847 | accounts.push(AccountMeta::new_readonly(**signer_pubkey, true));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:868:19
[INFO] [stderr] |
[INFO] [stderr] 868 | accounts.push(AccountMeta::new(*account_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:869:19
[INFO] [stderr] |
[INFO] [stderr] 869 | accounts.push(AccountMeta::new_readonly(*mint_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:870:19
[INFO] [stderr] |
[INFO] [stderr] 870 | accounts.push(AccountMeta::new_readonly(
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:875:23
[INFO] [stderr] |
[INFO] [stderr] 875 | accounts.push(AccountMeta::new_readonly(**signer_pubkey, true));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:896:19
[INFO] [stderr] |
[INFO] [stderr] 896 | accounts.push(AccountMeta::new(*account_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:897:19
[INFO] [stderr] |
[INFO] [stderr] 897 | accounts.push(AccountMeta::new_readonly(*mint_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:898:19
[INFO] [stderr] |
[INFO] [stderr] 898 | accounts.push(AccountMeta::new_readonly(
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:903:23
[INFO] [stderr] |
[INFO] [stderr] 903 | accounts.push(AccountMeta::new_readonly(**signer_pubkey, true));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:928:19
[INFO] [stderr] |
[INFO] [stderr] 928 | accounts.push(AccountMeta::new(*source_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:929:19
[INFO] [stderr] |
[INFO] [stderr] 929 | accounts.push(AccountMeta::new_readonly(*mint_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:930:19
[INFO] [stderr] |
[INFO] [stderr] 930 | accounts.push(AccountMeta::new(*destination_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:931:19
[INFO] [stderr] |
[INFO] [stderr] 931 | accounts.push(AccountMeta::new_readonly(
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:936:23
[INFO] [stderr] |
[INFO] [stderr] 936 | accounts.push(AccountMeta::new_readonly(**signer_pubkey, true));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:961:19
[INFO] [stderr] |
[INFO] [stderr] 961 | accounts.push(AccountMeta::new(*source_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:962:19
[INFO] [stderr] |
[INFO] [stderr] 962 | accounts.push(AccountMeta::new_readonly(*mint_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:963:19
[INFO] [stderr] |
[INFO] [stderr] 963 | accounts.push(AccountMeta::new_readonly(*delegate_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:964:19
[INFO] [stderr] |
[INFO] [stderr] 964 | accounts.push(AccountMeta::new_readonly(
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:969:23
[INFO] [stderr] |
[INFO] [stderr] 969 | accounts.push(AccountMeta::new_readonly(**signer_pubkey, true));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:992:19
[INFO] [stderr] |
[INFO] [stderr] 992 | accounts.push(AccountMeta::new(*mint_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:993:19
[INFO] [stderr] |
[INFO] [stderr] 993 | accounts.push(AccountMeta::new(*account_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:994:19
[INFO] [stderr] |
[INFO] [stderr] 994 | accounts.push(AccountMeta::new_readonly(
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:999:23
[INFO] [stderr] |
[INFO] [stderr] 999 | accounts.push(AccountMeta::new_readonly(**signer_pubkey, true));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:1022:19
[INFO] [stderr] |
[INFO] [stderr] 1022 | accounts.push(AccountMeta::new(*account_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:1023:19
[INFO] [stderr] |
[INFO] [stderr] 1023 | accounts.push(AccountMeta::new(*mint_pubkey, false));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:1024:19
[INFO] [stderr] |
[INFO] [stderr] 1024 | accounts.push(AccountMeta::new_readonly(
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AccountMeta`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:1029:23
[INFO] [stderr] |
[INFO] [stderr] 1029 | accounts.push(AccountMeta::new_readonly(**signer_pubkey, true));
[INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type `AccountMeta`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `ProgramError`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:48:29
[INFO] [stderr] |
[INFO] [stderr] 48 | _ => return Err(ProgramError::InvalidAccountData),
[INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type `ProgramError`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `Pubkey`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:130:19
[INFO] [stderr] |
[INFO] [stderr] 130 | mint: Pubkey::new_from_array(*mint),
[INFO] [stderr] | ^^^^^^ use of undeclared type `Pubkey`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `Pubkey`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:131:20
[INFO] [stderr] |
[INFO] [stderr] 131 | owner: Pubkey::new_from_array(*owner),
[INFO] [stderr] | ^^^^^^ use of undeclared type `Pubkey`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `ProgramError`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:135:25
[INFO] [stderr] |
[INFO] [stderr] 135 | .or(Err(ProgramError::InvalidAccountData))?,
[INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type `ProgramError`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `ProgramError`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:225:33
[INFO] [stderr] |
[INFO] [stderr] 225 | _ => return Err(ProgramError::InvalidAccountData),
[INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type `ProgramError`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `Pubkey`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:227:23
[INFO] [stderr] |
[INFO] [stderr] 227 | signers: [Pubkey::new_from_array([0u8; 32]); MAX_SIGNERS],
[INFO] [stderr] | ^^^^^^ use of undeclared type `Pubkey`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `Pubkey`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:230:20
[INFO] [stderr] |
[INFO] [stderr] 230 | *dst = Pubkey::new(src);
[INFO] [stderr] | ^^^^^^ use of undeclared type `Pubkey`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `COption`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:252:9
[INFO] [stderr] |
[INFO] [stderr] 252 | COption::Some(key) => {
[INFO] [stderr] | ^^^^^^^ use of undeclared type `COption`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `COption`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:256:9
[INFO] [stderr] |
[INFO] [stderr] 256 | COption::None => {
[INFO] [stderr] | ^^^^^^^ use of undeclared type `COption`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `COption`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:264:28
[INFO] [stderr] |
[INFO] [stderr] 264 | [0, 0, 0, 0] => Ok(COption::None),
[INFO] [stderr] | ^^^^^^^ use of undeclared type `COption`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `COption`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:265:28
[INFO] [stderr] |
[INFO] [stderr] 265 | [1, 0, 0, 0] => Ok(COption::Some(Pubkey::new_from_array(*body))),
[INFO] [stderr] | ^^^^^^^ use of undeclared type `COption`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `Pubkey`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:265:42
[INFO] [stderr] |
[INFO] [stderr] 265 | [1, 0, 0, 0] => Ok(COption::Some(Pubkey::new_from_array(*body))),
[INFO] [stderr] | ^^^^^^ use of undeclared type `Pubkey`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `ProgramError`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:266:18
[INFO] [stderr] |
[INFO] [stderr] 266 | _ => Err(ProgramError::InvalidAccountData),
[INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type `ProgramError`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `COption`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:272:9
[INFO] [stderr] |
[INFO] [stderr] 272 | COption::Some(amount) => {
[INFO] [stderr] | ^^^^^^^ use of undeclared type `COption`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `COption`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:276:9
[INFO] [stderr] |
[INFO] [stderr] 276 | COption::None => {
[INFO] [stderr] | ^^^^^^^ use of undeclared type `COption`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `COption`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:284:28
[INFO] [stderr] |
[INFO] [stderr] 284 | [0, 0, 0, 0] => Ok(COption::None),
[INFO] [stderr] | ^^^^^^^ use of undeclared type `COption`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `COption`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:285:28
[INFO] [stderr] |
[INFO] [stderr] 285 | [1, 0, 0, 0] => Ok(COption::Some(u64::from_le_bytes(*body))),
[INFO] [stderr] | ^^^^^^^ use of undeclared type `COption`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `ProgramError`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:286:18
[INFO] [stderr] |
[INFO] [stderr] 286 | _ => Err(ProgramError::InvalidAccountData),
[INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type `ProgramError`
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/error.rs:68:27
[INFO] [stderr] |
[INFO] [stderr] 68 | impl From<TokenError> for ProgramError {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0405]: cannot find trait `DecodeError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/error.rs:73:9
[INFO] [stderr] |
[INFO] [stderr] 73 | impl<T> DecodeError<T> for TokenError {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:38:25
[INFO] [stderr] |
[INFO] [stderr] 38 | mint_authority: Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `COption` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:40:27
[INFO] [stderr] |
[INFO] [stderr] 40 | freeze_authority: COption<Pubkey>,
[INFO] [stderr] | ^^^^^^^ help: an enum with a similar name exists: `Option`
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:40:35
[INFO] [stderr] |
[INFO] [stderr] 22 | pub enum TokenInstruction {
[INFO] [stderr] | - help: you might be missing a type parameter: `<Pubkey>`
[INFO] [stderr] ...
[INFO] [stderr] 40 | freeze_authority: COption<Pubkey>,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `COption` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:145:24
[INFO] [stderr] |
[INFO] [stderr] 145 | new_authority: COption<Pubkey>,
[INFO] [stderr] | ^^^^^^^ help: an enum with a similar name exists: `Option`
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:145:32
[INFO] [stderr] |
[INFO] [stderr] 22 | pub enum TokenInstruction {
[INFO] [stderr] | - help: you might be missing a type parameter: `<Pubkey>`
[INFO] [stderr] ...
[INFO] [stderr] 145 | new_authority: COption<Pubkey>,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:336:49
[INFO] [stderr] |
[INFO] [stderr] 334 | impl TokenInstruction {
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] 335 | /// Unpacks a byte buffer into a [TokenInstruction](enum.TokenInstruction.html).
[INFO] [stderr] 336 | pub fn unpack(input: &[u8]) -> Result<Self, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:506:47
[INFO] [stderr] |
[INFO] [stderr] 334 | impl TokenInstruction {
[INFO] [stderr] | - help: you might be missing a type parameter: `<Pubkey>`
[INFO] [stderr] ...
[INFO] [stderr] 506 | fn unpack_pubkey(input: &[u8]) -> Result<(Pubkey, &[u8]), ProgramError> {
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:506:63
[INFO] [stderr] |
[INFO] [stderr] 334 | impl TokenInstruction {
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] ...
[INFO] [stderr] 506 | fn unpack_pubkey(input: &[u8]) -> Result<(Pubkey, &[u8]), ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `COption` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:516:54
[INFO] [stderr] |
[INFO] [stderr] 516 | fn unpack_pubkey_option(input: &[u8]) -> Result<(COption<Pubkey>, &[u8]), ProgramError> {
[INFO] [stderr] | ^^^^^^^ help: an enum with a similar name exists: `Option`
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:516:62
[INFO] [stderr] |
[INFO] [stderr] 334 | impl TokenInstruction {
[INFO] [stderr] | - help: you might be missing a type parameter: `<Pubkey>`
[INFO] [stderr] ...
[INFO] [stderr] 516 | fn unpack_pubkey_option(input: &[u8]) -> Result<(COption<Pubkey>, &[u8]), ProgramError> {
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:516:79
[INFO] [stderr] |
[INFO] [stderr] 334 | impl TokenInstruction {
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] ...
[INFO] [stderr] 516 | fn unpack_pubkey_option(input: &[u8]) -> Result<(COption<Pubkey>, &[u8]), ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `COption` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:528:35
[INFO] [stderr] |
[INFO] [stderr] 528 | fn pack_pubkey_option(value: &COption<Pubkey>, buf: &mut Vec<u8>) {
[INFO] [stderr] | ^^^^^^^ help: an enum with a similar name exists: `Option`
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:528:43
[INFO] [stderr] |
[INFO] [stderr] 334 | impl TokenInstruction {
[INFO] [stderr] | - help: you might be missing a type parameter: `<Pubkey>`
[INFO] [stderr] ...
[INFO] [stderr] 528 | fn pack_pubkey_option(value: &COption<Pubkey>, buf: &mut Vec<u8>) {
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:563:40
[INFO] [stderr] |
[INFO] [stderr] 553 | impl AuthorityType {
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] ...
[INFO] [stderr] 563 | fn from(index: u8) -> Result<Self, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:576:24
[INFO] [stderr] |
[INFO] [stderr] 576 | token_program_id: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:577:19
[INFO] [stderr] |
[INFO] [stderr] 577 | mint_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:578:29
[INFO] [stderr] |
[INFO] [stderr] 578 | mint_authority_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:579:38
[INFO] [stderr] |
[INFO] [stderr] 575 | pub fn initialize_mint(
[INFO] [stderr] | - help: you might be missing a type parameter: `<Pubkey>`
[INFO] [stderr] ...
[INFO] [stderr] 579 | freeze_authority_pubkey: Option<&Pubkey>,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:581:13
[INFO] [stderr] |
[INFO] [stderr] 575 | pub fn initialize_mint(
[INFO] [stderr] | - help: you might be missing a type parameter: `<Instruction>`
[INFO] [stderr] ...
[INFO] [stderr] 581 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:581:26
[INFO] [stderr] |
[INFO] [stderr] 575 | pub fn initialize_mint(
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] ...
[INFO] [stderr] 581 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:595:8
[INFO] [stderr] |
[INFO] [stderr] 595 | Ok(Instruction {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:604:24
[INFO] [stderr] |
[INFO] [stderr] 604 | token_program_id: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:605:22
[INFO] [stderr] |
[INFO] [stderr] 605 | account_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:606:19
[INFO] [stderr] |
[INFO] [stderr] 606 | mint_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:607:20
[INFO] [stderr] |
[INFO] [stderr] 607 | owner_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:608:13
[INFO] [stderr] |
[INFO] [stderr] 603 | pub fn initialize_account(
[INFO] [stderr] | - help: you might be missing a type parameter: `<Instruction>`
[INFO] [stderr] ...
[INFO] [stderr] 608 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:608:26
[INFO] [stderr] |
[INFO] [stderr] 603 | pub fn initialize_account(
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] ...
[INFO] [stderr] 608 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:618:8
[INFO] [stderr] |
[INFO] [stderr] 618 | Ok(Instruction {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:627:24
[INFO] [stderr] |
[INFO] [stderr] 627 | token_program_id: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:628:23
[INFO] [stderr] |
[INFO] [stderr] 628 | multisig_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:629:24
[INFO] [stderr] |
[INFO] [stderr] 629 | signer_pubkeys: &[&Pubkey],
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:631:13
[INFO] [stderr] |
[INFO] [stderr] 626 | pub fn initialize_multisig(
[INFO] [stderr] | - help: you might be missing a type parameter: `<Instruction>`
[INFO] [stderr] ...
[INFO] [stderr] 631 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:631:26
[INFO] [stderr] |
[INFO] [stderr] 626 | pub fn initialize_multisig(
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] ...
[INFO] [stderr] 631 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:647:8
[INFO] [stderr] |
[INFO] [stderr] 647 | Ok(Instruction {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:656:24
[INFO] [stderr] |
[INFO] [stderr] 656 | token_program_id: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:657:21
[INFO] [stderr] |
[INFO] [stderr] 657 | source_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:658:26
[INFO] [stderr] |
[INFO] [stderr] 658 | destination_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:659:24
[INFO] [stderr] |
[INFO] [stderr] 659 | authority_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:660:24
[INFO] [stderr] |
[INFO] [stderr] 660 | signer_pubkeys: &[&Pubkey],
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:662:13
[INFO] [stderr] |
[INFO] [stderr] 655 | pub fn transfer(
[INFO] [stderr] | - help: you might be missing a type parameter: `<Instruction>`
[INFO] [stderr] ...
[INFO] [stderr] 662 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:662:26
[INFO] [stderr] |
[INFO] [stderr] 655 | pub fn transfer(
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] ...
[INFO] [stderr] 662 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:676:8
[INFO] [stderr] |
[INFO] [stderr] 676 | Ok(Instruction {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:685:24
[INFO] [stderr] |
[INFO] [stderr] 685 | token_program_id: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:686:21
[INFO] [stderr] |
[INFO] [stderr] 686 | source_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:687:23
[INFO] [stderr] |
[INFO] [stderr] 687 | delegate_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:688:20
[INFO] [stderr] |
[INFO] [stderr] 688 | owner_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:689:24
[INFO] [stderr] |
[INFO] [stderr] 689 | signer_pubkeys: &[&Pubkey],
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:691:13
[INFO] [stderr] |
[INFO] [stderr] 684 | pub fn approve(
[INFO] [stderr] | - help: you might be missing a type parameter: `<Instruction>`
[INFO] [stderr] ...
[INFO] [stderr] 691 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:691:26
[INFO] [stderr] |
[INFO] [stderr] 684 | pub fn approve(
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] ...
[INFO] [stderr] 691 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:705:8
[INFO] [stderr] |
[INFO] [stderr] 705 | Ok(Instruction {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:714:24
[INFO] [stderr] |
[INFO] [stderr] 714 | token_program_id: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:715:21
[INFO] [stderr] |
[INFO] [stderr] 715 | source_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:716:20
[INFO] [stderr] |
[INFO] [stderr] 716 | owner_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:717:24
[INFO] [stderr] |
[INFO] [stderr] 717 | signer_pubkeys: &[&Pubkey],
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:718:13
[INFO] [stderr] |
[INFO] [stderr] 713 | pub fn revoke(
[INFO] [stderr] | - help: you might be missing a type parameter: `<Instruction>`
[INFO] [stderr] ...
[INFO] [stderr] 718 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:718:26
[INFO] [stderr] |
[INFO] [stderr] 713 | pub fn revoke(
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] ...
[INFO] [stderr] 718 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:731:8
[INFO] [stderr] |
[INFO] [stderr] 731 | Ok(Instruction {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:740:24
[INFO] [stderr] |
[INFO] [stderr] 740 | token_program_id: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:741:20
[INFO] [stderr] |
[INFO] [stderr] 741 | owned_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:742:35
[INFO] [stderr] |
[INFO] [stderr] 739 | pub fn set_authority(
[INFO] [stderr] | - help: you might be missing a type parameter: `<Pubkey>`
[INFO] [stderr] ...
[INFO] [stderr] 742 | new_authority_pubkey: Option<&Pubkey>,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:744:20
[INFO] [stderr] |
[INFO] [stderr] 744 | owner_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:745:24
[INFO] [stderr] |
[INFO] [stderr] 745 | signer_pubkeys: &[&Pubkey],
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:746:13
[INFO] [stderr] |
[INFO] [stderr] 739 | pub fn set_authority(
[INFO] [stderr] | - help: you might be missing a type parameter: `<Instruction>`
[INFO] [stderr] ...
[INFO] [stderr] 746 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:746:26
[INFO] [stderr] |
[INFO] [stderr] 739 | pub fn set_authority(
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] ...
[INFO] [stderr] 746 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:764:8
[INFO] [stderr] |
[INFO] [stderr] 764 | Ok(Instruction {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:773:24
[INFO] [stderr] |
[INFO] [stderr] 773 | token_program_id: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:774:19
[INFO] [stderr] |
[INFO] [stderr] 774 | mint_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:775:22
[INFO] [stderr] |
[INFO] [stderr] 775 | account_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:776:20
[INFO] [stderr] |
[INFO] [stderr] 776 | owner_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:777:24
[INFO] [stderr] |
[INFO] [stderr] 777 | signer_pubkeys: &[&Pubkey],
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:779:13
[INFO] [stderr] |
[INFO] [stderr] 772 | pub fn mint_to(
[INFO] [stderr] | - help: you might be missing a type parameter: `<Instruction>`
[INFO] [stderr] ...
[INFO] [stderr] 779 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:779:26
[INFO] [stderr] |
[INFO] [stderr] 772 | pub fn mint_to(
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] ...
[INFO] [stderr] 779 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:793:8
[INFO] [stderr] |
[INFO] [stderr] 793 | Ok(Instruction {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:802:24
[INFO] [stderr] |
[INFO] [stderr] 802 | token_program_id: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:803:22
[INFO] [stderr] |
[INFO] [stderr] 803 | account_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:804:19
[INFO] [stderr] |
[INFO] [stderr] 804 | mint_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:805:24
[INFO] [stderr] |
[INFO] [stderr] 805 | authority_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:806:24
[INFO] [stderr] |
[INFO] [stderr] 806 | signer_pubkeys: &[&Pubkey],
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:808:13
[INFO] [stderr] |
[INFO] [stderr] 801 | pub fn burn(
[INFO] [stderr] | - help: you might be missing a type parameter: `<Instruction>`
[INFO] [stderr] ...
[INFO] [stderr] 808 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:808:26
[INFO] [stderr] |
[INFO] [stderr] 801 | pub fn burn(
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] ...
[INFO] [stderr] 808 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:822:8
[INFO] [stderr] |
[INFO] [stderr] 822 | Ok(Instruction {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:831:24
[INFO] [stderr] |
[INFO] [stderr] 831 | token_program_id: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:832:22
[INFO] [stderr] |
[INFO] [stderr] 832 | account_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:833:26
[INFO] [stderr] |
[INFO] [stderr] 833 | destination_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:834:20
[INFO] [stderr] |
[INFO] [stderr] 834 | owner_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:835:24
[INFO] [stderr] |
[INFO] [stderr] 835 | signer_pubkeys: &[&Pubkey],
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:836:13
[INFO] [stderr] |
[INFO] [stderr] 830 | pub fn close_account(
[INFO] [stderr] | - help: you might be missing a type parameter: `<Instruction>`
[INFO] [stderr] ...
[INFO] [stderr] 836 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:836:26
[INFO] [stderr] |
[INFO] [stderr] 830 | pub fn close_account(
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] ...
[INFO] [stderr] 836 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:850:8
[INFO] [stderr] |
[INFO] [stderr] 850 | Ok(Instruction {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:859:24
[INFO] [stderr] |
[INFO] [stderr] 859 | token_program_id: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:860:22
[INFO] [stderr] |
[INFO] [stderr] 860 | account_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:861:19
[INFO] [stderr] |
[INFO] [stderr] 861 | mint_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:862:20
[INFO] [stderr] |
[INFO] [stderr] 862 | owner_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:863:24
[INFO] [stderr] |
[INFO] [stderr] 863 | signer_pubkeys: &[&Pubkey],
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:864:13
[INFO] [stderr] |
[INFO] [stderr] 858 | pub fn freeze_account(
[INFO] [stderr] | - help: you might be missing a type parameter: `<Instruction>`
[INFO] [stderr] ...
[INFO] [stderr] 864 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:864:26
[INFO] [stderr] |
[INFO] [stderr] 858 | pub fn freeze_account(
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] ...
[INFO] [stderr] 864 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:878:8
[INFO] [stderr] |
[INFO] [stderr] 878 | Ok(Instruction {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:887:24
[INFO] [stderr] |
[INFO] [stderr] 887 | token_program_id: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:888:22
[INFO] [stderr] |
[INFO] [stderr] 888 | account_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:889:19
[INFO] [stderr] |
[INFO] [stderr] 889 | mint_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:890:20
[INFO] [stderr] |
[INFO] [stderr] 890 | owner_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:891:24
[INFO] [stderr] |
[INFO] [stderr] 891 | signer_pubkeys: &[&Pubkey],
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:892:13
[INFO] [stderr] |
[INFO] [stderr] 886 | pub fn thaw_account(
[INFO] [stderr] | - help: you might be missing a type parameter: `<Instruction>`
[INFO] [stderr] ...
[INFO] [stderr] 892 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:892:26
[INFO] [stderr] |
[INFO] [stderr] 886 | pub fn thaw_account(
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] ...
[INFO] [stderr] 892 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:906:8
[INFO] [stderr] |
[INFO] [stderr] 906 | Ok(Instruction {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:916:24
[INFO] [stderr] |
[INFO] [stderr] 916 | token_program_id: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:917:21
[INFO] [stderr] |
[INFO] [stderr] 917 | source_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:918:19
[INFO] [stderr] |
[INFO] [stderr] 918 | mint_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:919:26
[INFO] [stderr] |
[INFO] [stderr] 919 | destination_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:920:24
[INFO] [stderr] |
[INFO] [stderr] 920 | authority_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:921:24
[INFO] [stderr] |
[INFO] [stderr] 921 | signer_pubkeys: &[&Pubkey],
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:924:13
[INFO] [stderr] |
[INFO] [stderr] 915 | pub fn transfer_checked(
[INFO] [stderr] | - help: you might be missing a type parameter: `<Instruction>`
[INFO] [stderr] ...
[INFO] [stderr] 924 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:924:26
[INFO] [stderr] |
[INFO] [stderr] 915 | pub fn transfer_checked(
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] ...
[INFO] [stderr] 924 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:939:8
[INFO] [stderr] |
[INFO] [stderr] 939 | Ok(Instruction {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:949:24
[INFO] [stderr] |
[INFO] [stderr] 949 | token_program_id: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:950:21
[INFO] [stderr] |
[INFO] [stderr] 950 | source_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:951:19
[INFO] [stderr] |
[INFO] [stderr] 951 | mint_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:952:23
[INFO] [stderr] |
[INFO] [stderr] 952 | delegate_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:953:20
[INFO] [stderr] |
[INFO] [stderr] 953 | owner_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:954:24
[INFO] [stderr] |
[INFO] [stderr] 954 | signer_pubkeys: &[&Pubkey],
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:957:13
[INFO] [stderr] |
[INFO] [stderr] 948 | pub fn approve_checked(
[INFO] [stderr] | - help: you might be missing a type parameter: `<Instruction>`
[INFO] [stderr] ...
[INFO] [stderr] 957 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:957:26
[INFO] [stderr] |
[INFO] [stderr] 948 | pub fn approve_checked(
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] ...
[INFO] [stderr] 957 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:972:8
[INFO] [stderr] |
[INFO] [stderr] 972 | Ok(Instruction {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:981:24
[INFO] [stderr] |
[INFO] [stderr] 981 | token_program_id: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:982:19
[INFO] [stderr] |
[INFO] [stderr] 982 | mint_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:983:22
[INFO] [stderr] |
[INFO] [stderr] 983 | account_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:984:20
[INFO] [stderr] |
[INFO] [stderr] 984 | owner_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:985:24
[INFO] [stderr] |
[INFO] [stderr] 985 | signer_pubkeys: &[&Pubkey],
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:988:13
[INFO] [stderr] |
[INFO] [stderr] 980 | pub fn mint_to_checked(
[INFO] [stderr] | - help: you might be missing a type parameter: `<Instruction>`
[INFO] [stderr] ...
[INFO] [stderr] 988 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:988:26
[INFO] [stderr] |
[INFO] [stderr] 980 | pub fn mint_to_checked(
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] ...
[INFO] [stderr] 988 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:1002:8
[INFO] [stderr] |
[INFO] [stderr] 1002 | Ok(Instruction {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:1011:24
[INFO] [stderr] |
[INFO] [stderr] 1011 | token_program_id: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:1012:22
[INFO] [stderr] |
[INFO] [stderr] 1012 | account_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:1013:19
[INFO] [stderr] |
[INFO] [stderr] 1013 | mint_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:1014:24
[INFO] [stderr] |
[INFO] [stderr] 1014 | authority_pubkey: &Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:1015:24
[INFO] [stderr] |
[INFO] [stderr] 1015 | signer_pubkeys: &[&Pubkey],
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:1018:13
[INFO] [stderr] |
[INFO] [stderr] 1010 | pub fn burn_checked(
[INFO] [stderr] | - help: you might be missing a type parameter: `<Instruction>`
[INFO] [stderr] ...
[INFO] [stderr] 1018 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:1018:26
[INFO] [stderr] |
[INFO] [stderr] 1010 | pub fn burn_checked(
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] ...
[INFO] [stderr] 1018 | ) -> Result<Instruction, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Instruction` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/instruction.rs:1032:8
[INFO] [stderr] |
[INFO] [stderr] 1032 | Ok(Instruction {
[INFO] [stderr] | ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `COption` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub mint_authority: COption<Pubkey>,
[INFO] [stderr] | ^^^^^^^ help: an enum with a similar name exists: `Option`
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:20:33
[INFO] [stderr] |
[INFO] [stderr] 16 | pub struct Mint {
[INFO] [stderr] | - help: you might be missing a type parameter: `<Pubkey>`
[INFO] [stderr] ...
[INFO] [stderr] 20 | pub mint_authority: COption<Pubkey>,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `COption` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:28:27
[INFO] [stderr] |
[INFO] [stderr] 28 | pub freeze_authority: COption<Pubkey>,
[INFO] [stderr] | ^^^^^^^ help: an enum with a similar name exists: `Option`
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:28:35
[INFO] [stderr] |
[INFO] [stderr] 16 | pub struct Mint {
[INFO] [stderr] | - help: you might be missing a type parameter: `<Pubkey>`
[INFO] [stderr] ...
[INFO] [stderr] 28 | pub freeze_authority: COption<Pubkey>,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0405]: cannot find trait `Sealed` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:30:6
[INFO] [stderr] |
[INFO] [stderr] 30 | impl Sealed for Mint {}
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0405]: cannot find trait `IsInitialized` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:31:6
[INFO] [stderr] |
[INFO] [stderr] 31 | impl IsInitialized for Mint {
[INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0405]: cannot find trait `Pack` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:36:6
[INFO] [stderr] |
[INFO] [stderr] 36 | impl Pack for Mint {
[INFO] [stderr] | ^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:38:54
[INFO] [stderr] |
[INFO] [stderr] 36 | impl Pack for Mint {
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] 37 | const LEN: usize = 82;
[INFO] [stderr] 38 | fn unpack_from_slice(src: &[u8]) -> Result<Self, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:88:15
[INFO] [stderr] |
[INFO] [stderr] 88 | pub mint: Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:90:16
[INFO] [stderr] |
[INFO] [stderr] 90 | pub owner: Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `COption` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:95:19
[INFO] [stderr] |
[INFO] [stderr] 95 | pub delegate: COption<Pubkey>,
[INFO] [stderr] | ^^^^^^^ help: an enum with a similar name exists: `Option`
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:95:27
[INFO] [stderr] |
[INFO] [stderr] 86 | pub struct Account {
[INFO] [stderr] | - help: you might be missing a type parameter: `<Pubkey>`
[INFO] [stderr] ...
[INFO] [stderr] 95 | pub delegate: COption<Pubkey>,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `COption` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:101:20
[INFO] [stderr] |
[INFO] [stderr] 101 | pub is_native: COption<u64>,
[INFO] [stderr] | ^^^^^^^ help: an enum with a similar name exists: `Option`
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `COption` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:105:26
[INFO] [stderr] |
[INFO] [stderr] 105 | pub close_authority: COption<Pubkey>,
[INFO] [stderr] | ^^^^^^^ help: an enum with a similar name exists: `Option`
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:105:34
[INFO] [stderr] |
[INFO] [stderr] 86 | pub struct Account {
[INFO] [stderr] | - help: you might be missing a type parameter: `<Pubkey>`
[INFO] [stderr] ...
[INFO] [stderr] 105 | pub close_authority: COption<Pubkey>,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:88:15
[INFO] [stderr] |
[INFO] [stderr] 86 | pub struct Account {
[INFO] [stderr] | - help: you might be missing a type parameter: `<Pubkey>`
[INFO] [stderr] 87 | /// The mint associated with this account
[INFO] [stderr] 88 | pub mint: Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:90:16
[INFO] [stderr] |
[INFO] [stderr] 86 | pub struct Account {
[INFO] [stderr] | - help: you might be missing a type parameter: `<Pubkey>`
[INFO] [stderr] ...
[INFO] [stderr] 90 | pub owner: Pubkey,
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0405]: cannot find trait `Sealed` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:117:6
[INFO] [stderr] |
[INFO] [stderr] 117 | impl Sealed for Account {}
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0405]: cannot find trait `IsInitialized` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:118:6
[INFO] [stderr] |
[INFO] [stderr] 118 | impl IsInitialized for Account {
[INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0405]: cannot find trait `Pack` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:123:6
[INFO] [stderr] |
[INFO] [stderr] 123 | impl Pack for Account {
[INFO] [stderr] | ^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:125:54
[INFO] [stderr] |
[INFO] [stderr] 123 | impl Pack for Account {
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] 124 | const LEN: usize = 165;
[INFO] [stderr] 125 | fn unpack_from_slice(src: &[u8]) -> Result<Self, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:205:19
[INFO] [stderr] |
[INFO] [stderr] 205 | pub signers: [Pubkey; MAX_SIGNERS],
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:205:19
[INFO] [stderr] |
[INFO] [stderr] 197 | pub struct Multisig {
[INFO] [stderr] | - help: you might be missing a type parameter: `<Pubkey>`
[INFO] [stderr] ...
[INFO] [stderr] 205 | pub signers: [Pubkey; MAX_SIGNERS],
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0405]: cannot find trait `Sealed` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:207:6
[INFO] [stderr] |
[INFO] [stderr] 207 | impl Sealed for Multisig {}
[INFO] [stderr] | ^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0405]: cannot find trait `IsInitialized` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:208:6
[INFO] [stderr] |
[INFO] [stderr] 208 | impl IsInitialized for Multisig {
[INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0405]: cannot find trait `Pack` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:213:6
[INFO] [stderr] |
[INFO] [stderr] 213 | impl Pack for Multisig {
[INFO] [stderr] | ^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:215:54
[INFO] [stderr] |
[INFO] [stderr] 213 | impl Pack for Multisig {
[INFO] [stderr] | - help: you might be missing a type parameter: `<ProgramError>`
[INFO] [stderr] 214 | const LEN: usize = 355;
[INFO] [stderr] 215 | fn unpack_from_slice(src: &[u8]) -> Result<Self, ProgramError> {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `COption` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:249:27
[INFO] [stderr] |
[INFO] [stderr] 249 | fn pack_coption_key(src: &COption<Pubkey>, dst: &mut [u8; 36]) {
[INFO] [stderr] | ^^^^^^^ help: an enum with a similar name exists: `Option`
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:249:35
[INFO] [stderr] |
[INFO] [stderr] 249 | fn pack_coption_key(src: &COption<Pubkey>, dst: &mut [u8; 36]) {
[INFO] [stderr] | - ^^^^^^ not found in this scope
[INFO] [stderr] | |
[INFO] [stderr] | help: you might be missing a type parameter: `<Pubkey>`
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `COption` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:261:49
[INFO] [stderr] |
[INFO] [stderr] 261 | fn unpack_coption_key(src: &[u8; 36]) -> Result<COption<Pubkey>, ProgramError> {
[INFO] [stderr] | ^^^^^^^ help: an enum with a similar name exists: `Option`
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Pubkey` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:261:57
[INFO] [stderr] |
[INFO] [stderr] 261 | fn unpack_coption_key(src: &[u8; 36]) -> Result<COption<Pubkey>, ProgramError> {
[INFO] [stderr] | - ^^^^^^ not found in this scope
[INFO] [stderr] | |
[INFO] [stderr] | help: you might be missing a type parameter: `<Pubkey>`
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ProgramError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spl-token-2.0.8/src/state.rs:261:66
[INFO] [stderr] |
[INFO] [stderr] 261 | fn unpack_coption_key(src: &[u8; 36]) -> Result<COption<Pubkey>, ProgramError> {
[WARN] too much data in the log, truncating it