We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fda6ac commit 58b34c8Copy full SHA for 58b34c8
src/bin/verify_rust_std/main.rs
@@ -36,7 +36,7 @@ fn main() -> Result<()> {
36
"rustc": format!("rustc {}", args.join(" "))
37
});
38
ENV.write_rustflags_json(&json)?;
39
- build_core(args.split_off(1))
+ build_core(args)
40
} else {
41
// build non-core crates
42
run("rustc", &args, &[])
0 commit comments