fix(zkevm_circuits): make zkevm_circuits compile with newest nightly rust #106
Annotations
6 warnings
Compile:
crates/circuit_definitions/src/lib.rs#L4
the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
|
Compile:
crates/zkevm_test_harness/src/lib.rs#L5
the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
|
Compile:
crates/zkevm_test_harness/src/prover_utils/light.rs#L30
type alias `EXT` is never used
|
Compile:
crates/zkevm_test_harness/src/prover_utils/light.rs#L31
type alias `H` is never used
|
Compile:
crates/zkevm_test_harness/src/witness/oracle.rs#L61
struct `CallframeLogState` is never constructed
|
Compile:
crates/zkevm_test_harness/src/witness/oracle.rs#L129
struct `FlattenedLogQueueIndexer` is never constructed
|
Loading