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
I'm just getting started with Rust and wanted to try using a Postgres database, so I created a new project with cargo, and added rust-postgres as a dependency:
I'm guessing you installed Rust through homebrew? Doing that causes some sadness: rust-lang/rust#17289. I'd recommend using the nightly installers from rust-lang.org, which also allow you to avoid the long build times.
I'm just getting started with Rust and wanted to try using a Postgres database, so I created a new project with cargo, and added rust-postgres as a dependency:
The compilation then fails as follows:
Rustc is the latest HEAD:
The text was updated successfully, but these errors were encountered: