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 52959a8 commit 72c9762Copy full SHA for 72c9762
tests/ui/explicit-tail-calls/become-cast-return.rs
@@ -1,5 +1,7 @@
1
//@ run-pass
2
//@ ignore-backends: gcc
3
+//@ ignore-wasm 'tail-call' feature not enabled in target wasm32-wasip1
4
+//@ ignore-cross-compile
5
#![expect(incomplete_features)]
6
#![feature(explicit_tail_calls)]
7
tests/ui/explicit-tail-calls/become-indirect-return.rs
0 commit comments