commit | 87c84f07a0a1b7e12b6a0c9b21cc0e021e460786 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon May 01 10:10:29 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Mon May 01 10:10:29 2023 -0600 |
tree | e6ad017a72b194b6f7ca6c03bc3a4db696f66dc7 | |
parent | c819a3380fc1b110b88bc6ab5ef9323dbe7d4753 [diff] |
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