diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2015-04-06 11:39:51 -0700 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2015-04-12 20:44:25 +0200 |
| commit | 03f92694966259ee156bb8f3a7ef9d4dc587ecb9 (patch) | |
| tree | 9363dd3d1538fa2984f99607ce4fc5af72de6962 /src/test/debuginfo/destructured-for-loop-variable.rs | |
| parent | feeb23d42e0b1bc6f0466d4c6f035cfc3a4e9718 (diff) | |
| download | rust-03f92694966259ee156bb8f3a7ef9d4dc587ecb9.tar.gz rust-03f92694966259ee156bb8f3a7ef9d4dc587ecb9.zip | |
Add a name for tuple fields in debuginfo so that they can be accessed in debuggers.
Diffstat (limited to 'src/test/debuginfo/destructured-for-loop-variable.rs')
| -rw-r--r-- | src/test/debuginfo/destructured-for-loop-variable.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/debuginfo/destructured-for-loop-variable.rs b/src/test/debuginfo/destructured-for-loop-variable.rs index 9f0492f35a3..ad04f97fb08 100644 --- a/src/test/debuginfo/destructured-for-loop-variable.rs +++ b/src/test/debuginfo/destructured-for-loop-variable.rs @@ -77,7 +77,7 @@ // gdb-command:continue // gdb-command:print simple_tuple_ident -// gdb-check:$24 = {34903493, 232323} +// gdb-check:$24 = {__0 = 34903493, __1 = 232323} // gdb-command:continue // === LLDB TESTS ================================================================================== |
