diff options
| author | The rustc-josh-sync Cronjob Bot <github-actions@github.com> | 2025-08-11 04:30:34 +0000 |
|---|---|---|
| committer | The rustc-josh-sync Cronjob Bot <github-actions@github.com> | 2025-08-11 04:30:34 +0000 |
| commit | 0585bdff8b6a6e239858f8153ab48f4053afe798 (patch) | |
| tree | 346a19d4687bd378070c21e87c4001aa6737c017 /tests/debuginfo/enum-thinlto.rs | |
| parent | af10cb727fd55ce8638653f18d2edd4b8005add7 (diff) | |
| parent | 21a19c297d4f5a03501d92ca251bd7a17073c08a (diff) | |
| download | rust-0585bdff8b6a6e239858f8153ab48f4053afe798.tar.gz rust-0585bdff8b6a6e239858f8153ab48f4053afe798.zip | |
Merge ref '21a19c297d4f' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 21a19c297d4f5a03501d92ca251bd7a17073c08a Filtered ref: 9a5c1fb93028e1a29a7598ce782efb0c5d7be534 This merge was created using https://github.com/rust-lang/josh-sync.
Diffstat (limited to 'tests/debuginfo/enum-thinlto.rs')
| -rw-r--r-- | tests/debuginfo/enum-thinlto.rs | 3 |
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 |
