Hi all,

I am finding errors while creating vector of vectors after updating my
compiler to pre-release version of rust-0.6.


let mut testStruct: @[~[int], ..4] = @[~[], ..4];

or

let mut testStruct: ~[~[int], ..4] = ~[~[], ..4];


Thanks,
Piyush
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to