Fix crash in Rust expression parser
authorTom Tromey <tromey@adacore.com>
Mon, 1 May 2023 16:10:29 +0000 (10:10 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 1 May 2023 16:10:29 +0000 (10:10 -0600)
commit87c84f07a0a1b7e12b6a0c9b21cc0e021e460786
treee6ad017a72b194b6f7ca6c03bc3a4db696f66dc7
parentc819a3380fc1b110b88bc6ab5ef9323dbe7d4753
Fix crash in Rust expression parser

A user found that an array expression with just a single value (like
"[23]") caused the Rust expression parser to crash.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30410
gdb/rust-parse.c
gdb/testsuite/gdb.rust/expr.exp