File tree
11 files changed
+20
-13
lines changed- src
- bootstrap/src/core/build_steps
- doc
- tools
- rust-analyzer/crates
- mbe
- proc-macro-srv-cli
- proc-macro-srv
- src
11 files changed
+20
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
| 389 | + | |
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | | - | |
| 388 | + | |
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
631 | | - | |
| 631 | + | |
632 | 632 | | |
633 | 633 | | |
634 | 634 | | |
| |||
673 | 673 | | |
674 | 674 | | |
675 | 675 | | |
676 | | - | |
| 676 | + | |
677 | 677 | | |
678 | | - | |
| 678 | + | |
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
| |||
- Cargo.lock+143-133
- Cargo.toml+3-3
- crates/cargo-test-support/containers/sshd/Dockerfile+1-1
- crates/rustfix/Cargo.toml+1-1
- crates/rustfix/src/lib.rs+60-6
- crates/rustfix/tests/everything/use-insert.fixed.rs-9
- crates/rustfix/tests/everything/use-insert.json-3
- crates/rustfix/tests/everything/use-insert.rs-7
- crates/rustfix/tests/parse_and_replace.rs+30-42
- credential/cargo-credential/Cargo.toml+1-1
- credential/cargo-credential/examples/stdout-redirected.rs+1-1
- credential/cargo-credential/tests/examples.rs+1-1
- src/cargo/core/compiler/custom_build.rs-1
- src/cargo/ops/cargo_add/mod.rs+1-1
- src/cargo/ops/fix.rs+33-9
- src/cargo/sources/registry/mod.rs+1-1
- src/doc/src/reference/external-tools.md-4
- src/doc/src/reference/specifying-dependencies.md+1-1
- tests/testsuite/cargo_add/git_multiple_packages_features/in-1
- tests/testsuite/cargo_add/git_multiple_packages_features/mod.rs-63
- tests/testsuite/cargo_add/git_multiple_packages_features/out/Cargo.toml-8
- tests/testsuite/cargo_add/git_multiple_packages_features/stderr.log-5
- tests/testsuite/cargo_add/git_multiple_packages_features/stdout.log
- tests/testsuite/cargo_add/mod.rs-1
- tests/testsuite/fix.rs+3-154
- tests/testsuite/global_cache_tracker.rs+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | | - | |
| 34 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | | - | |
| 44 | + | |
0 commit comments