You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
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`
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: