Skip to content

Commit 72c9762

Browse files
Fix CI failure by ignoring wasm target and cross compile run
1 parent 52959a8 commit 72c9762

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/ui/explicit-tail-calls/become-cast-return.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
//@ run-pass
22
//@ ignore-backends: gcc
3+
//@ ignore-wasm 'tail-call' feature not enabled in target wasm32-wasip1
4+
//@ ignore-cross-compile
35
#![expect(incomplete_features)]
46
#![feature(explicit_tail_calls)]
57

tests/ui/explicit-tail-calls/become-indirect-return.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
//@ run-pass
22
//@ ignore-backends: gcc
3+
//@ ignore-wasm 'tail-call' feature not enabled in target wasm32-wasip1
4+
//@ ignore-cross-compile
35
#![expect(incomplete_features)]
46
#![feature(explicit_tail_calls)]
57

0 commit comments

Comments
 (0)