This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rust/23650] rust field name access error mentions "foo"


https://sourceware.org/bugzilla/show_bug.cgi?id=23650

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The gdb-8.2-branch branch has been updated by Tom Tromey
<tromey@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=fde24e1a534b7df3edd0fc167d0ace7d240021f8

commit fde24e1a534b7df3edd0fc167d0ace7d240021f8
Author: Tom Tromey <tom@tromey.com>
Date:   Thu Sep 13 10:56:34 2018 -0600

    Make Rust error message mention the field name

    I noticed a spot in rust-lang.c where the placeholder "foo" was used
    instead of the actual field name.  This patch fixes the bug.

    2018-09-13  Tom Tromey  <tom@tromey.com>

        PR rust/23650:
        * rust-lang.c (rust_evaluate_subexp): Use field name, not "foo".

    gdb/testsuite/ChangeLog
    2018-09-13  Tom Tromey  <tom@tromey.com>

        PR rust/23650:
        * gdb.rust/simple.exp: Add test for enum field access error.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]