cargo build fails in rust lang version 1.0.0
abhijitiitr opened this issue · 2 comments
abhijitiitr commented
I tried to build on my Mac and got the following error.
Compiling postgres_extension v0.0.1 (file:///Users/macpro/rust_projects/postgres-extension.rs)
src/lib.rs:42:13: 42:14 error: expected one of `(`, `+`, `::`, `;`, `<`, or `]`, found `,`
src/lib.rs:42 len: [i8, ..4],
^
Could not compile `postgres_extension`.Version of rust
rustc 1.0.0-nightly (91bdf23f5 2015-03-09) (built 2015-03-08)Can you please help me with this
thehydroimpulse commented
@abhijitiitr Sorry about that. Try the latest master, it should work now.
abhijitiitr commented
Worked very well.