This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 52a0548
authored
Unrolled build for rust-lang#116985
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.1 file changed
+158
-149
lines changed
0 commit comments