| The meaning of `@[x, ..N]`
and `~[x, ..N]` has changed. It used to mean a pointer to a fixed
length struct, it now yields an `@[]` or `~[]` vector. Try: `let mut
testStruct = @([~[], ..4])` etc. We should also not parse the types. Niko
|
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev

