We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4463c58 commit 170193cCopy full SHA for 170193c
src/etc/lldb_commands
@@ -77,6 +77,7 @@ type synthetic add -l lldb_lookup.synthetic_lookup -x "^enum2\$<.+>::.*$" --cate
77
78
# Tuple
79
type synthetic add -l lldb_lookup.TupleSyntheticProvider -x "^\(.*\)$" --category Rust
80
+type summary add -F lldb_lookup.TupleSummaryProvider -x "^\(.*\)$" --category Rust
81
82
## MSVC
83
type synthetic add -l lldb_lookup.MSVCTupleSyntheticProvider -x "^tuple\$<.+>$" --category Rust
0 commit comments