@@ -33,7 +33,7 @@ error[E0277]: the trait bound `Runtime: Config` is not satisfied
3333... |
3434 |
3535note: required by a bound in `frame_system::Event`
36- --> $WORKSPACE/frame/system/src/lib.rs
36+ --> $WORKSPACE/substrate/ frame/system/src/lib.rs
3737 |
3838 | pub enum Event<T: Config> {
3939 | ^^^^^^ required by this bound in `Event`
@@ -97,7 +97,7 @@ note: required because it appears within the type `RuntimeEvent`
9797 | ||_- in this macro invocation
9898... |
9999note: required by a bound in `EncodeLike`
100- --> $CARGO/parity-scale-codec-3.6.1 /src/encode_like.rs
100+ --> $CARGO/parity-scale-codec-3.6.4 /src/encode_like.rs
101101 |
102102 | pub trait EncodeLike<T: Encode = Self>: Sized + Encode {}
103103 | ^^^^^ required by this bound in `EncodeLike`
@@ -129,7 +129,7 @@ note: required because it appears within the type `RuntimeEvent`
129129 | ||_- in this macro invocation
130130... |
131131note: required by a bound in `Decode`
132- --> $CARGO/parity-scale-codec-3.6.1 /src/codec.rs
132+ --> $CARGO/parity-scale-codec-3.6.4 /src/codec.rs
133133 |
134134 | pub trait Decode: Sized {
135135 | ^^^^^ required by this bound in `Decode`
@@ -293,7 +293,7 @@ note: required because it appears within the type `RuntimeCall`
293293 | ||_- in this macro invocation
294294... |
295295note: required by a bound in `EncodeLike`
296- --> $CARGO/parity-scale-codec-3.6.1 /src/encode_like.rs
296+ --> $CARGO/parity-scale-codec-3.6.4 /src/encode_like.rs
297297 |
298298 | pub trait EncodeLike<T: Encode = Self>: Sized + Encode {}
299299 | ^^^^^ required by this bound in `EncodeLike`
@@ -326,7 +326,7 @@ note: required because it appears within the type `RuntimeCall`
326326 | ||_- in this macro invocation
327327... |
328328note: required by a bound in `Decode`
329- --> $CARGO/parity-scale-codec-3.6.1 /src/codec.rs
329+ --> $CARGO/parity-scale-codec-3.6.4 /src/codec.rs
330330 |
331331 | pub trait Decode: Sized {
332332 | ^^^^^ required by this bound in `Decode`
@@ -339,7 +339,7 @@ error[E0277]: the trait bound `Runtime: Config` is not satisfied
339339 | ^^^^^^ the trait `Config` is not implemented for `Runtime`
340340 |
341341note: required by a bound in `frame_system::GenesisConfig`
342- --> $WORKSPACE/frame/system/src/lib.rs
342+ --> $WORKSPACE/substrate/ frame/system/src/lib.rs
343343 |
344344 | pub struct GenesisConfig<T: Config> {
345345 | ^^^^^^ required by this bound in `GenesisConfig`
0 commit comments