Skip to content

Commit e03ee71

Browse files
committed
---
yaml --- r: 172024 b: refs/heads/beta c: d009a76 h: refs/heads/master v: v3
1 parent f587cc5 commit e03ee71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
3131
refs/heads/issue-18208-method-dispatch-3-quick-reject: 2009f85b9f99dedcec4404418eda9ddba90258a2
3232
refs/heads/batch: b5571ed71a5879c0495a982506258d5d267744ed
3333
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34-
refs/heads/beta: 56a5f3184d799d1d86b7193d2a309ec0f353b89f
34+
refs/heads/beta: d009a761827e45045e9570535694c7ed61a85c36
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928

branches/beta/src/etc/gdb_rust_pretty_printing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ def rust_pretty_printer_lookup_function(val):
6969

7070
sole_variant_val = val[enum_members[0]]
7171
discriminant = sole_variant_val
72-
for disr_field_index in disr_field_indices:
73-
disr_field = get_field_at_index(discriminant, disr_field_index)
72+
for disr_field_index in disr_field_indices:
73+
disr_field = get_field_at_index(discriminant, disr_field_index)
7474
discriminant = discriminant[disr_field]
7575

7676
# If the discriminant field is a fat pointer we have to consider the

0 commit comments

Comments
 (0)