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 #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

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

commit 4a3fe98f885a2d1db804584e7ea265ab3ccef4d7
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.

    gdb/ChangeLog
    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]