Skip to content

Commit

Permalink
Unrolled build for rust-lang#116985
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#116985 - tromey:rust-printers-14, r=Mark-Simulacrum

Use gdb.ValuePrinter tag class

GDB 14 has a "gdb.ValuePrinter" tag class that was introduced to let GDB evolve the pretty-printer API.  Users of this tag are required to hide any local attributes or methods.  This patch makes this change to the Rust pretty-printers.  At present this is just a cleanup, providing the basis for any future changes.
  • Loading branch information
rust-timer authored Oct 22, 2023
2 parents 3932c87 + 7eee62c commit 52a0548
Showing 1 changed file with 158 additions and 149 deletions.
Loading

0 comments on commit 52a0548

Please sign in to comment.