Files
rust/library/alloc/src
Dylan DPC 16b878fd0f Rollup merge of #77932 - ssomers:btree_cleanup_gdb, r=Mark-Simulacrum
BTreeMap: improve gdb introspection of BTreeMap with ZST keys or values

I accidentally pushed an earlier revision in #77788: it changes the index of tuples for BTreeSet from ""[{}]".format(i) to "key{}".format(i). Which doesn't seem to make the slightest difference on my linux box nor on CI. In fact, gdb doesn't make any distinction between "key{}" and "val{}" for a BTreeMap either, leading to confusing output if you test more. But easy to improve.

r? @Mark-Simulacrum
2020-10-17 03:27:18 +02:00
..
2020-07-27 19:51:13 -05:00
2020-09-28 14:51:03 -04:00
2020-09-12 10:38:33 -05:00
2020-09-12 10:38:33 -05:00
2020-10-15 16:57:19 +02:00
2020-08-21 19:31:00 +02:00
2020-08-21 00:25:25 +02:00
2020-07-27 19:51:13 -05:00
2020-07-27 19:51:13 -05:00