This repository was archived by the owner on Nov 24, 2023. It is now read-only.
Commit 37f9691
committed
use RUSTC environment var in
Cargo respects this environment variable (to specify the path to what
rustc binary to use), but the Rustfix test suite did not. However, this
capability is useful when developing new compiler diagnostics that one
wants Rustfix to be able to handle (this being inspired by the endeavor
that is rust-lang/rust#53013).parse_and_replace::compile if present1 parent ef816e0 commit 37f9691
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | | - | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
0 commit comments