Skip to content

update wasm

update wasm #101

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

clippy

4 errors

Details

Results

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

Versions

  • rustc 1.66.0-nightly (0da281b60 2022-10-27)
  • cargo 1.66.0-nightly (9210810d1 2022-10-25)
  • clippy 0.1.66 (0da281b 2022-10-27)

Annotations

Check failure on line 117 in crates/noir_halo2_backend_zcash/src/circuit_translator.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

no variant named `MemoryOp` found for enum `acvm::acir::circuit::Opcode`

error[E0599]: no variant named `MemoryOp` found for enum `acvm::acir::circuit::Opcode`
   --> crates/noir_halo2_backend_zcash/src/circuit_translator.rs:117:53
    |
117 |                 Opcode::MemoryInit { .. } | Opcode::MemoryOp { .. } => todo!(),
    |                                                     ^^^^^^^^ variant not found in `acvm::acir::circuit::Opcode`

Check failure on line 117 in crates/noir_halo2_backend_zcash/src/circuit_translator.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

no variant named `MemoryInit` found for enum `acvm::acir::circuit::Opcode`

error[E0599]: no variant named `MemoryInit` found for enum `acvm::acir::circuit::Opcode`
   --> crates/noir_halo2_backend_zcash/src/circuit_translator.rs:117:25
    |
117 |                 Opcode::MemoryInit { .. } | Opcode::MemoryOp { .. } => todo!(),
    |                         ^^^^^^^^^^ variant not found in `acvm::acir::circuit::Opcode`

Check failure on line 100 in crates/noir_halo2_backend_zcash/src/acvm_interop/proof_system.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

no variant named `MemoryOp` found for enum `acvm::acir::circuit::Opcode`

error[E0599]: no variant named `MemoryOp` found for enum `acvm::acir::circuit::Opcode`
   --> crates/noir_halo2_backend_zcash/src/acvm_interop/proof_system.rs:100:49
    |
100 |             Opcode::MemoryInit { .. } | Opcode::MemoryOp { .. } => false,
    |                                                 ^^^^^^^^ variant not found in `acvm::acir::circuit::Opcode`

Check failure on line 100 in crates/noir_halo2_backend_zcash/src/acvm_interop/proof_system.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

no variant named `MemoryInit` found for enum `acvm::acir::circuit::Opcode`

error[E0599]: no variant named `MemoryInit` found for enum `acvm::acir::circuit::Opcode`
   --> crates/noir_halo2_backend_zcash/src/acvm_interop/proof_system.rs:100:21
    |
100 |             Opcode::MemoryInit { .. } | Opcode::MemoryOp { .. } => false,
    |                     ^^^^^^^^^^ variant not found in `acvm::acir::circuit::Opcode`