Commit 59ecb11
committed
Auto merge of #14459 - epage:msrv-rustc, r=Muscraft
feat(resolve): Report incompatible-with-rustc when MSRV-resolver is disabled
### What does this PR try to resolve?
This builds on #14457 to report when deps are incompatible with rustc when an MSRV-aware resolver is not used.
This affects stable code.
### How should we test and review this PR?
### Additional informationFile tree
3 files changed
+14
-2
lines changed- src/cargo/ops
- tests/testsuite
- cargo_add/rustc_ignore
3 files changed
+14
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1121 | 1121 | | |
1122 | 1122 | | |
1123 | 1123 | | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
1124 | 1128 | | |
1125 | 1129 | | |
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
160 | 162 | | |
161 | 163 | | |
162 | 164 | | |
| |||
296 | 298 | | |
297 | 299 | | |
298 | 300 | | |
| 301 | + | |
| 302 | + | |
299 | 303 | | |
300 | 304 | | |
301 | 305 | | |
| |||
0 commit comments