mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
separate the crates to test from the test setup
it'll be easier to see and update the list: the other cmd args can just be ignored
This commit is contained in:
parent
2190c288e2
commit
057703593c
@ -25,7 +25,9 @@ fn main() {
|
||||
// folder
|
||||
"--target-dir",
|
||||
".",
|
||||
// Check that these crates can be compiled on "stable"
|
||||
])
|
||||
// Check that these crates can be compiled on "stable"
|
||||
.args(&[
|
||||
"-p",
|
||||
"rustc_type_ir",
|
||||
"-p",
|
||||
|
Loading…
Reference in New Issue
Block a user