This repository was archived by the owner on Oct 10, 2019. It is now read-only.
This repository was archived by the owner on Oct 10, 2019. It is now read-only.
Can't derive FromSql: expected life parameter #12
Open
Description
Fails with stable Rust, latest master rust-postgres at this simple example:
#[derive(FromSql)]
pub struct MyId(pub i32);
Likely broken by this commit.
Metadata
Metadata
Assignees
Labels
No labels