Skip to content

Commit 92665d3

Browse files
committed
allow failure on proc-macro crate check
Signed-off-by: onur-ozkan <[email protected]>
1 parent 0cc4f4f commit 92665d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/src/core/builder/cargo.rs

+1
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@ impl Builder<'_> {
654654
// supported by the target.
655655
if target != compiler.host && cmd_kind != Kind::Check {
656656
let error = command(self.rustc(compiler))
657+
.allow_failure()
657658
.arg("--target")
658659
.arg(target.rustc_target_arg())
659660
.arg("--print=file-names")

0 commit comments

Comments
 (0)