cargo/tests/testsuite/cargo_add/rust_version_ignore
Ed Page 0d29d3f71b fix(resolver): Prefer MSRV, rather than ignore incompatible
This is another experiment for #9930.

Comparing preferring over exclusively using MSRV compatible:

Benefits
- Better error messages
- `--ignore-rust-version` is implicitly sticky

Downsides
- Can't backtrack for MSRV compatible version
- Still requires workspace-wide MSRV (compared to our desired end state of declaring MSRV as yet another dependency)

This builds on #12930
2023-11-14 14:56:58 -06:00
..
in Add tests for cargo add's rust-version behavior 2023-05-23 11:06:08 -07:00
out Add tests for cargo add's rust-version behavior 2023-05-23 11:06:08 -07:00
mod.rs fix(resolver): Prefer MSRV, rather than ignore incompatible 2023-11-14 14:56:58 -06:00
stderr.log fix(resolver): Prefer MSRV, rather than ignore incompatible 2023-11-14 14:56:58 -06:00
stdout.log Add tests for cargo add's rust-version behavior 2023-05-23 11:06:08 -07:00