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
src/database.rs:141:28: 141:52 note: expansion site
src/db_pool.rs:20:55: 20:68 error: mismatched types:
expected `postgres::SslMode`,
found `postgres::SslMode`
(expected enum `postgres::SslMode`,
found a different enum `postgres::SslMode`) [E0308]
src/db_pool.rs:20 let manager = PostgresConnectionManager::new(url, SslMode::None).unwrap();
Which is not very useful for debugging. I get where the problem could come from - different library versions used in different dependencies... but this doesn't really help me see where the different versions come from.
The text was updated successfully, but these errors were encountered:
I ran into an error saying:
Which is not very useful for debugging. I get where the problem could come from - different library versions used in different dependencies... but this doesn't really help me see where the different versions come from.
The text was updated successfully, but these errors were encountered: