mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Fix tests to run on stable.
This commit is contained in:
parent
d6e49ca06b
commit
b5308f648b
@ -29,8 +29,7 @@ fn compile(file: &Path, mode: &str) -> Result<Output, Error> {
|
|||||||
|
|
||||||
let mut args: Vec<OsString> = vec![
|
let mut args: Vec<OsString> = vec![
|
||||||
file.into(),
|
file.into(),
|
||||||
"--error-format=pretty-json".into(),
|
"--error-format=json".into(),
|
||||||
"-Zunstable-options".into(),
|
|
||||||
"--emit=metadata".into(),
|
"--emit=metadata".into(),
|
||||||
"--crate-name=rustfix_test".into(),
|
"--crate-name=rustfix_test".into(),
|
||||||
"--out-dir".into(),
|
"--out-dir".into(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user