Commit 499bdd2
2 files changed
+2
-2
lines changed- Cargo.lock+138-135
- Cargo.toml+6-2
- README.md+1-1
- crates/rustfix/Cargo.toml+2-1
- crates/rustfix/tests/everything/multiple-solutions.fixed.rs
- crates/rustfix/tests/everything/multiple-solutions.json
- crates/rustfix/tests/everything/multiple-solutions.rs
- crates/rustfix/tests/parse_and_replace.rs+76-162
- src/cargo/core/compiler/build_runner/mod.rs+3-1
- src/cargo/core/compiler/custom_build.rs+76-5
- src/cargo/core/compiler/mod.rs+37-10
- src/cargo/sources/path.rs+2-2
- src/cargo/util/context/target.rs+9-5
- src/doc/src/reference/features.md+1-1
- tests/testsuite/build_script.rs+87
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
138 | | - | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments