about summary refs log tree commit diff
path: root/tests/debuginfo/enum-thinlto.rs
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@users.noreply.github.com>2025-08-11 06:58:04 +0000
committerGitHub <noreply@github.com>2025-08-11 06:58:04 +0000
commit6bb9af0eeb944611c3c87adca77afe86eda193d0 (patch)
tree346a19d4687bd378070c21e87c4001aa6737c017 /tests/debuginfo/enum-thinlto.rs
parentbd46f7b6aefa7fcd1bb6d7e278bbc8d6b94cf3f4 (diff)
parent0585bdff8b6a6e239858f8153ab48f4053afe798 (diff)
downloadrust-6bb9af0eeb944611c3c87adca77afe86eda193d0.tar.gz
rust-6bb9af0eeb944611c3c87adca77afe86eda193d0.zip
Merge pull request #20424 from rust-lang/rustc-pull
Rustc pull update
Diffstat (limited to 'tests/debuginfo/enum-thinlto.rs')
-rw-r--r--tests/debuginfo/enum-thinlto.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/debuginfo/enum-thinlto.rs b/tests/debuginfo/enum-thinlto.rs
index af77145c312..6eb33b2ef46 100644
--- a/tests/debuginfo/enum-thinlto.rs
+++ b/tests/debuginfo/enum-thinlto.rs
@@ -1,5 +1,6 @@
 //@ min-lldb-version: 1800
 //@ compile-flags:-g -Z thinlto
+//@ disable-gdb-pretty-printers
 
 // === GDB TESTS ===================================================================================
 
@@ -16,8 +17,6 @@
 // lldb-check:(enum_thinlto::ABC) *abc = { value = { x = 0 y = 8970181431921507452 } $discr$ = 0 }
 
 #![allow(unused_variables)]
-#![feature(omit_gdb_pretty_printer_section)]
-#![omit_gdb_pretty_printer_section]
 
 // The first element is to ensure proper alignment, irrespective of the machines word size. Since
 // the size of the discriminant value is machine dependent, this has be taken into account when