You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: the type of this value must be known in this context
--> /home/emk/.cargo/registry/src/github.jparrowsec.cn-1ecc6299db9ec823/postgres-0.13.2/src/lib.rs:794:61
|
794 | let get_raw = |i| row.get(i).and_then(|r| r.as_ref().map(|r| &**r));
| ^^^^^^
With:
I get the following error:
This looks like it's related to 11f1186 and possibly rust-lang/rust#36340.
The text was updated successfully, but these errors were encountered: