Skip to content

plonk: multiprover: proof-system: Add MpcCircuit and MpcArithmetization traits #16

plonk: multiprover: proof-system: Add MpcCircuit and MpcArithmetization traits

plonk: multiprover: proof-system: Add MpcCircuit and MpcArithmetization traits #16

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

clippy

1 error

Details

Results

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

Versions

  • rustc 1.73.0 (cc66ad468 2023-10-03)
  • cargo 1.73.0 (9c4383fb5 2023-08-26)
  • clippy 0.1.73 (cc66ad4 2023-10-03)

Annotations

Check failure on line 5 in /home/runner/.cargo/git/checkouts/ark-mpc-b87f8c9808208346/d94b3a6/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

error[E0554]: `#![feature]` may not be used on the stable release channel
 --> /home/runner/.cargo/git/checkouts/ark-mpc-b87f8c9808208346/d94b3a6/src/lib.rs:5:1
  |
5 | #![feature(inherent_associated_types)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^