Update comment in rust-parse.c

I noticed an out-of-date comment in rust-parse.c.
This commit is contained in:
Tom Tromey 2025-08-23 16:40:35 -06:00
parent 833aa67d03
commit 09ceeb729e

View file

@ -335,7 +335,7 @@ struct rust_parser
return std::string (current_string_val.ptr, current_string_val.length);
}
/* A pointer to this is installed globally. */
/* Storage for use while parsing. */
auto_obstack obstack;
/* The parser state gdb gave us. */