Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 92665d3

Browse files
committedJan 30, 2025·
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

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.