diff options
| author | Jieyou Xu <jieyouxu@outlook.com> | 2025-06-16 20:24:50 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2025-06-19 07:38:01 +0800 |
| commit | 2beccc4d8e5066a42e6623d91e7991870d36feb2 (patch) | |
| tree | 3a52ca4ec12a9f1324dd1764b574a74a5108c832 /tests/run-make/proc-macro-three-crates/rmake.rs | |
| parent | 49be6f32588e2eb276e9210b64f4927f609bbe96 (diff) | |
| download | rust-2beccc4d8e5066a42e6623d91e7991870d36feb2.tar.gz rust-2beccc4d8e5066a42e6623d91e7991870d36feb2.zip | |
Adjust some run-make tests on cross-compile
Diffstat (limited to 'tests/run-make/proc-macro-three-crates/rmake.rs')
| -rw-r--r-- | tests/run-make/proc-macro-three-crates/rmake.rs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/run-make/proc-macro-three-crates/rmake.rs b/tests/run-make/proc-macro-three-crates/rmake.rs index e5a3385acbc..4dfc32fe7e4 100644 --- a/tests/run-make/proc-macro-three-crates/rmake.rs +++ b/tests/run-make/proc-macro-three-crates/rmake.rs @@ -1,5 +1,7 @@ -//@ needs-target-std -// +//@ ignore-cross-compile +//@ needs-crate-type: proc-macro +//@ ignore-musl (FIXME: can't find `-lunwind`) + // A compiler bug caused the following issue: // If a crate A depends on crate B, and crate B // depends on crate C, and crate C contains a procedural |
