fluence 0.6.9

Fluence backend SDK for developing backend applications for the Fluence network
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: a vector type in output types of export functions shouldn't contain references
 --> $DIR/inner_vec_refs.rs:8:54
  |
8 | pub fn inner_arrays_2(_arg: &Vec<Vec<Vec<Vec<u8>>>>) -> &Vec<Vec<&Vec<Vec<u8>>>> {
  |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: a vector type in output types of export functions shouldn't contain references
  --> $DIR/inner_vec_refs.rs:13:54
   |
13 | pub fn inner_arrays_3(_arg: &Vec<Vec<Vec<Vec<u8>>>>) -> &Vec<&Vec<&Vec<&Vec<&u8>>>> {
   |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^