plonk: multiprover: proof-linking: Add proof-linking unit tests #187
Annotations
3 errors and 12 warnings
`#![feature]` may not be used on the stable release channel:
/home/runner/.cargo/git/checkouts/ark-mpc-b87f8c9808208346/cc650a5/src/lib.rs#L6
error[E0554]: `#![feature]` may not be used on the stable release channel
--> /home/runner/.cargo/git/checkouts/ark-mpc-b87f8c9808208346/cc650a5/src/lib.rs:6:1
|
6 | #![feature(inherent_associated_types)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
build
Clippy had exited with the 101 exit code
|
`#![feature]` may not be used on the stable release channel:
/home/runner/.cargo/git/checkouts/ark-mpc-b87f8c9808208346/cc650a5/src/lib.rs#L6
error[E0554]: `#![feature]` may not be used on the stable release channel
--> /home/runner/.cargo/git/checkouts/ark-mpc-b87f8c9808208346/cc650a5/src/lib.rs:6:1
|
6 | #![feature(inherent_associated_types)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `macros::*`:
utilities/src/lib.rs#L26
warning: unused import: `macros::*`
--> utilities/src/lib.rs:26:9
|
26 | pub use macros::*;
| ^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
unused import: `macros::*`:
utilities/src/lib.rs#L26
warning: unused import: `macros::*`
--> utilities/src/lib.rs:26:9
|
26 | pub use macros::*;
| ^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
unused import: `macros::*`:
utilities/src/lib.rs#L26
warning: unused import: `macros::*`
--> utilities/src/lib.rs:26:9
|
26 | pub use macros::*;
| ^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|