Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

rococo fails building #3357

Open
chevdor opened this issue Jun 23, 2021 · 0 comments
Open

rococo fails building #3357

chevdor opened this issue Jun 23, 2021 · 0 comments

Comments

@chevdor
Copy link
Contributor

chevdor commented Jun 23, 2021

While testing builds using srtool (cargo build --locked...) for #3354 I could build Kusama, Polkadot, Westend but Rococo failed with the error below.

For the context, this version of srtool uses rust stable 1.53.0 + RUST_BOOTSTRAP=1.

error: cannot find macro `vec` in this scope
   --> /cargo-home/git/checkouts/substrate-7e08433d4c370a21/97338fc/frame/proxy/src/lib.rs:306:56
    |
306 |             let bounded_proxies: BoundedVec<_, T::MaxProxies> = vec![proxy_def]
    |                                                                 ^^^
    |
    = note: consider importing one of these items:
            codec::alloc::vec
            sp_std::vec

error: aborting due to previous error

error: could not compile `pallet-proxy`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant