sfackler / rust-postgres-array

MIT License
21 stars 10 forks source link

not working with latest rust #2

Closed Valve closed 9 years ago

Valve commented 9 years ago
postgres_array-0.1.1/src/impls/mod.rs:13:8: 13:21 error: `$expected:pat` is followed by `|`, which is not allowed for `pat` fragments
postgres_array-0.1.1/src/impls/mod.rs:13     ($($expected:pat)|+, $actual:ident) => (

postgres_array-0.1.1/src/impls/mod.rs:22:8: 22:16 error: `$oid:pat` is followed by `|`, which is not allowed for `pat` fragments
postgres_array-0.1.1/src/impls/mod.rs:22     ($($oid:pat)|+, $t:ty) => {

postgres_array-0.1.1/src/impls/mod.rs:48:8: 48:16 error: `$oid:pat` is followed by `|`, which is not allowed for `pat` fragments
postgres_array-0.1.1/src/impls/mod.rs:48     ($($oid:pat)|+, $t:ty) => {
sfackler commented 9 years ago

Fixed everything up and published a new release, thanks!

Valve commented 9 years ago

Thanks very much!