about summary refs log tree commit diff
path: root/tests/ui/proc-macro/lifetimes-rpass.rs
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2025-09-26 13:59:06 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2025-09-26 15:33:48 +0200
commita535c7be5444fb6584eecc99f53e6cdb710ff70f (patch)
tree04f87f922e2ca8ab293293af3186654dc0cbd849 /tests/ui/proc-macro/lifetimes-rpass.rs
parent5b9007bfc358817cf066ee27c6b440440727d3a7 (diff)
downloadrust-a535c7be5444fb6584eecc99f53e6cdb710ff70f.tar.gz
rust-a535c7be5444fb6584eecc99f53e6cdb710ff70f.zip
Ignore more failing ui tests for GCC backend
Diffstat (limited to 'tests/ui/proc-macro/lifetimes-rpass.rs')
-rw-r--r--tests/ui/proc-macro/lifetimes-rpass.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/proc-macro/lifetimes-rpass.rs b/tests/ui/proc-macro/lifetimes-rpass.rs
index c462b27722f..9b794e695cd 100644
--- a/tests/ui/proc-macro/lifetimes-rpass.rs
+++ b/tests/ui/proc-macro/lifetimes-rpass.rs
@@ -2,6 +2,7 @@
 
 #![allow(unused_variables)]
 //@ proc-macro: lifetimes-rpass.rs
+//@ ignore-backends: gcc
 
 extern crate lifetimes_rpass as lifetimes;
 use lifetimes::*;