Skip to content

Commit fdd5b0d

Browse files
committed
Don't run the new test against the GCC backend as it does not support become tail calls
1 parent 7376810 commit fdd5b0d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/ui/explicit-tail-calls/default-trait-method.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// in a path determining whether the method in question is marked as `#[track_caller]`.
44
//
55
//@ run-pass
6+
//@ ignore-backends: gcc
67

78
#![feature(explicit_tail_calls)]
89
#![expect(incomplete_features)]

0 commit comments

Comments
 (0)