diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-07-23 13:31:22 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-07-23 13:48:04 +0200 |
| commit | de93fb13feeb6263bef61d4035e78ab8651c5714 (patch) | |
| tree | 5528427835e57a72586d772c5f9e2ecac027d192 /tests/ui/rfcs | |
| parent | 20aa182235d6b27ecee519f1d18ee30f0d1c4a61 (diff) | |
| download | rust-de93fb13feeb6263bef61d4035e78ab8651c5714.tar.gz rust-de93fb13feeb6263bef61d4035e78ab8651c5714.zip | |
Add `ignore-backends` annotations in failing GCC backend ui tests
Diffstat (limited to 'tests/ui/rfcs')
| -rw-r--r-- | tests/ui/rfcs/rfc-2091-track-caller/std-panic-locations.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/rfcs/rfc-2091-track-caller/std-panic-locations.rs b/tests/ui/rfcs/rfc-2091-track-caller/std-panic-locations.rs index bd62a644785..b1df1b191bc 100644 --- a/tests/ui/rfcs/rfc-2091-track-caller/std-panic-locations.rs +++ b/tests/ui/rfcs/rfc-2091-track-caller/std-panic-locations.rs @@ -1,5 +1,6 @@ //@ run-pass //@ needs-unwind +//@ ignore-backends: gcc //@ revisions: default mir-opt //@[mir-opt] compile-flags: -Zmir-opt-level=4 |
