Skip to content

relation: traits: Add logic gates to ConstraintSystem #108

relation: traits: Add logic gates to ConstraintSystem

relation: traits: Add logic gates to ConstraintSystem #108

GitHub Actions / clippy failed Nov 18, 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.74.0 (79e9716c9 2023-11-13)
  • cargo 1.74.0 (ecb9851af 2023-10-18)
  • clippy 0.1.74 (79e9716 2023-11-13)

Annotations

Check failure on line 6 in /home/runner/.cargo/git/checkouts/ark-mpc-b87f8c9808208346/c0c1991/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/c0c1991/src/lib.rs:6:1
  |
6 | #![feature(inherent_associated_types)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^