Open notdanilo opened 5 months ago
@rustbot label +Command-install
Looks like it is an internal compiler error when building SQLite (something like this?) Is it reproducible with the following commands?
cargo new sqlitemsvc --lib
cd sqlitemsvc
cargo add libsqlite3-sys -F bundled
cargo b
You might need to either upgrade or downgrade your Visual Studio devtool, or switch to equivalent version we use in our Windows job on CI.
So while not as relevant here, I want to be clear that, like #14071, one should not cargo install cargo
Problem
cargo install --path cargo_repository
fails withSteps
cargo install --path cargo_repository
Possible Solution(s)
No response
Notes
cargo install --path cargo_repository --debug
works thoughVersion
No response