2 files changed
+2
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
427 | 427 |
| |
428 | 428 |
| |
429 | 429 |
| |
| 430 | + | |
430 | 431 |
| |
431 | 432 |
| |
432 | 433 |
| |
|
- crates/cargo-test-support/Cargo.toml+1
- crates/cargo-test-support/src/registry.rs+31-2
- src/bin/cargo/commands/bench.rs+1
- src/bin/cargo/commands/build.rs+1
- src/bin/cargo/commands/check.rs+1
- src/bin/cargo/commands/doc.rs+1
- src/bin/cargo/commands/fix.rs+1
- src/bin/cargo/commands/run.rs+1
- src/bin/cargo/commands/rustc.rs+1
- src/bin/cargo/commands/rustdoc.rs+1
- src/bin/cargo/commands/test.rs+1
- src/cargo/core/compiler/context/mod.rs+2-2
- src/cargo/core/compiler/unit_dependencies.rs+10-6
- src/cargo/core/features.rs+14
- src/cargo/core/manifest.rs+7
- src/cargo/core/package.rs+4
- src/cargo/core/resolver/mod.rs+29-31
- src/cargo/ops/cargo_compile.rs+153-1
- src/cargo/ops/cargo_package.rs+1
- src/cargo/util/command_prelude.rs+17
- src/cargo/util/toml/mod.rs+46-4
- src/doc/src/reference/unstable.md+22-3
- tests/testsuite/collisions.rs+271
- tests/testsuite/features2.rs+47
- tests/testsuite/main.rs+1
- tests/testsuite/path.rs+72
- tests/testsuite/rust_version.rs+260
0 commit comments