This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Description
I am getting this error while trying to build new substrate with cumulus:
fn build(
| ^^^^^^^ found 2 type parameters, expected 4
...
433 | polkadot_network: impl CollatorNetwork + SyncOracle + Clone + 'static,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl Trait introduces an implicit type parameter
Can be reproduced by cloning https://github.com/substrate-developer-hub/substrate-parachain-template repo and building without cargo.lock file from repo.