|
1 | 1 | error[E0277]: the trait bound `Bar: WrapperTypeDecode` is not satisfied |
2 | | - --> $DIR/storage_ensure_span_are_ok_on_wrong_gen_unnamed.rs:9:12 |
| 2 | + --> tests/pallet_ui/storage_ensure_span_are_ok_on_wrong_gen_unnamed.rs:10:12 |
3 | 3 | | |
4 | | -9 | #[pallet::pallet] |
5 | | - | ^^^^^^ the trait `WrapperTypeDecode` is not implemented for `Bar` |
| 4 | +10 | #[pallet::without_storage_info] |
| 5 | + | ^^^^^^^^^^^^^^^^^^^^ the trait `WrapperTypeDecode` is not implemented for `Bar` |
6 | 6 | | |
7 | 7 | = note: required because of the requirements on the impl of `Decode` for `Bar` |
8 | 8 | = note: required because of the requirements on the impl of `FullCodec` for `Bar` |
9 | 9 | = note: required because of the requirements on the impl of `PartialStorageInfoTrait` for `frame_support::pallet_prelude::StorageValue<_GeneratedPrefixForStorageFoo<T>, Bar>` |
10 | 10 | note: required by `partial_storage_info` |
11 | | - --> $DIR/storage.rs:88:2 |
| 11 | + --> $WORKSPACE/frame/support/src/traits/storage.rs |
12 | 12 | | |
13 | | -88 | fn partial_storage_info() -> Vec<StorageInfo>; |
| 13 | + | fn partial_storage_info() -> Vec<StorageInfo>; |
14 | 14 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
15 | 15 |
|
16 | 16 | error[E0277]: the trait bound `Bar: EncodeLike` is not satisfied |
17 | | - --> $DIR/storage_ensure_span_are_ok_on_wrong_gen_unnamed.rs:9:12 |
| 17 | + --> tests/pallet_ui/storage_ensure_span_are_ok_on_wrong_gen_unnamed.rs:10:12 |
18 | 18 | | |
19 | | -9 | #[pallet::pallet] |
20 | | - | ^^^^^^ the trait `EncodeLike` is not implemented for `Bar` |
| 19 | +10 | #[pallet::without_storage_info] |
| 20 | + | ^^^^^^^^^^^^^^^^^^^^ the trait `EncodeLike` is not implemented for `Bar` |
21 | 21 | | |
22 | 22 | = note: required because of the requirements on the impl of `FullEncode` for `Bar` |
23 | 23 | = note: required because of the requirements on the impl of `FullCodec` for `Bar` |
24 | 24 | = note: required because of the requirements on the impl of `PartialStorageInfoTrait` for `frame_support::pallet_prelude::StorageValue<_GeneratedPrefixForStorageFoo<T>, Bar>` |
25 | 25 | note: required by `partial_storage_info` |
26 | | - --> $DIR/storage.rs:88:2 |
| 26 | + --> $WORKSPACE/frame/support/src/traits/storage.rs |
27 | 27 | | |
28 | | -88 | fn partial_storage_info() -> Vec<StorageInfo>; |
| 28 | + | fn partial_storage_info() -> Vec<StorageInfo>; |
29 | 29 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
30 | 30 |
|
31 | 31 | error[E0277]: the trait bound `Bar: WrapperTypeEncode` is not satisfied |
32 | | - --> $DIR/storage_ensure_span_are_ok_on_wrong_gen_unnamed.rs:9:12 |
| 32 | + --> tests/pallet_ui/storage_ensure_span_are_ok_on_wrong_gen_unnamed.rs:10:12 |
33 | 33 | | |
34 | | -9 | #[pallet::pallet] |
35 | | - | ^^^^^^ the trait `WrapperTypeEncode` is not implemented for `Bar` |
| 34 | +10 | #[pallet::without_storage_info] |
| 35 | + | ^^^^^^^^^^^^^^^^^^^^ the trait `WrapperTypeEncode` is not implemented for `Bar` |
36 | 36 | | |
37 | 37 | = note: required because of the requirements on the impl of `Encode` for `Bar` |
38 | 38 | = note: required because of the requirements on the impl of `FullEncode` for `Bar` |
39 | 39 | = note: required because of the requirements on the impl of `FullCodec` for `Bar` |
40 | 40 | = note: required because of the requirements on the impl of `PartialStorageInfoTrait` for `frame_support::pallet_prelude::StorageValue<_GeneratedPrefixForStorageFoo<T>, Bar>` |
41 | 41 | note: required by `partial_storage_info` |
42 | | - --> $DIR/storage.rs:88:2 |
| 42 | + --> $WORKSPACE/frame/support/src/traits/storage.rs |
43 | 43 | | |
44 | | -88 | fn partial_storage_info() -> Vec<StorageInfo>; |
| 44 | + | fn partial_storage_info() -> Vec<StorageInfo>; |
45 | 45 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
46 | 46 |
|
47 | 47 | error[E0277]: the trait bound `Bar: TypeInfo` is not satisfied |
48 | | - --> $DIR/storage_ensure_span_are_ok_on_wrong_gen_unnamed.rs:20:12 |
| 48 | + --> tests/pallet_ui/storage_ensure_span_are_ok_on_wrong_gen_unnamed.rs:21:12 |
49 | 49 | | |
50 | | -20 | #[pallet::storage] |
| 50 | +21 | #[pallet::storage] |
51 | 51 | | ^^^^^^^ the trait `TypeInfo` is not implemented for `Bar` |
52 | 52 | | |
53 | 53 | = note: required because of the requirements on the impl of `StaticTypeInfo` for `Bar` |
54 | 54 | = note: required because of the requirements on the impl of `StorageEntryMetadataBuilder` for `frame_support::pallet_prelude::StorageValue<_GeneratedPrefixForStorageFoo<T>, Bar>` |
55 | 55 | note: required by `build_metadata` |
56 | | - --> $DIR/mod.rs:113:2 |
| 56 | + --> $WORKSPACE/frame/support/src/storage/types/mod.rs |
57 | 57 | | |
58 | | -113 | fn build_metadata(doc: Vec<&'static str>, entries: &mut Vec<StorageEntryMetadata>); |
| 58 | + | fn build_metadata(doc: Vec<&'static str>, entries: &mut Vec<StorageEntryMetadata>); |
59 | 59 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
60 | 60 |
|
61 | 61 | error[E0277]: the trait bound `Bar: WrapperTypeDecode` is not satisfied |
62 | | - --> $DIR/storage_ensure_span_are_ok_on_wrong_gen_unnamed.rs:20:12 |
| 62 | + --> tests/pallet_ui/storage_ensure_span_are_ok_on_wrong_gen_unnamed.rs:21:12 |
63 | 63 | | |
64 | | -20 | #[pallet::storage] |
| 64 | +21 | #[pallet::storage] |
65 | 65 | | ^^^^^^^ the trait `WrapperTypeDecode` is not implemented for `Bar` |
66 | 66 | | |
67 | 67 | = note: required because of the requirements on the impl of `Decode` for `Bar` |
68 | 68 | = note: required because of the requirements on the impl of `FullCodec` for `Bar` |
69 | 69 | = note: required because of the requirements on the impl of `StorageEntryMetadataBuilder` for `frame_support::pallet_prelude::StorageValue<_GeneratedPrefixForStorageFoo<T>, Bar>` |
70 | 70 | note: required by `build_metadata` |
71 | | - --> $DIR/mod.rs:113:2 |
| 71 | + --> $WORKSPACE/frame/support/src/storage/types/mod.rs |
72 | 72 | | |
73 | | -113 | fn build_metadata(doc: Vec<&'static str>, entries: &mut Vec<StorageEntryMetadata>); |
| 73 | + | fn build_metadata(doc: Vec<&'static str>, entries: &mut Vec<StorageEntryMetadata>); |
74 | 74 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
75 | 75 |
|
76 | 76 | error[E0277]: the trait bound `Bar: EncodeLike` is not satisfied |
77 | | - --> $DIR/storage_ensure_span_are_ok_on_wrong_gen_unnamed.rs:20:12 |
| 77 | + --> tests/pallet_ui/storage_ensure_span_are_ok_on_wrong_gen_unnamed.rs:21:12 |
78 | 78 | | |
79 | | -20 | #[pallet::storage] |
| 79 | +21 | #[pallet::storage] |
80 | 80 | | ^^^^^^^ the trait `EncodeLike` is not implemented for `Bar` |
81 | 81 | | |
82 | 82 | = note: required because of the requirements on the impl of `FullEncode` for `Bar` |
83 | 83 | = note: required because of the requirements on the impl of `FullCodec` for `Bar` |
84 | 84 | = note: required because of the requirements on the impl of `StorageEntryMetadataBuilder` for `frame_support::pallet_prelude::StorageValue<_GeneratedPrefixForStorageFoo<T>, Bar>` |
85 | 85 | note: required by `build_metadata` |
86 | | - --> $DIR/mod.rs:113:2 |
| 86 | + --> $WORKSPACE/frame/support/src/storage/types/mod.rs |
87 | 87 | | |
88 | | -113 | fn build_metadata(doc: Vec<&'static str>, entries: &mut Vec<StorageEntryMetadata>); |
| 88 | + | fn build_metadata(doc: Vec<&'static str>, entries: &mut Vec<StorageEntryMetadata>); |
89 | 89 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
90 | 90 |
|
91 | 91 | error[E0277]: the trait bound `Bar: WrapperTypeEncode` is not satisfied |
92 | | - --> $DIR/storage_ensure_span_are_ok_on_wrong_gen_unnamed.rs:20:12 |
| 92 | + --> tests/pallet_ui/storage_ensure_span_are_ok_on_wrong_gen_unnamed.rs:21:12 |
93 | 93 | | |
94 | | -20 | #[pallet::storage] |
| 94 | +21 | #[pallet::storage] |
95 | 95 | | ^^^^^^^ the trait `WrapperTypeEncode` is not implemented for `Bar` |
96 | 96 | | |
97 | 97 | = note: required because of the requirements on the impl of `Encode` for `Bar` |
98 | 98 | = note: required because of the requirements on the impl of `FullEncode` for `Bar` |
99 | 99 | = note: required because of the requirements on the impl of `FullCodec` for `Bar` |
100 | 100 | = note: required because of the requirements on the impl of `StorageEntryMetadataBuilder` for `frame_support::pallet_prelude::StorageValue<_GeneratedPrefixForStorageFoo<T>, Bar>` |
101 | 101 | note: required by `build_metadata` |
102 | | - --> $DIR/mod.rs:113:2 |
| 102 | + --> $WORKSPACE/frame/support/src/storage/types/mod.rs |
103 | 103 | | |
104 | | -113 | fn build_metadata(doc: Vec<&'static str>, entries: &mut Vec<StorageEntryMetadata>); |
| 104 | + | fn build_metadata(doc: Vec<&'static str>, entries: &mut Vec<StorageEntryMetadata>); |
105 | 105 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
0 commit comments