[gdb/rust] Add missing _() for error call
authorTom de Vries <tdevries@suse.de>
Tue, 7 Jun 2022 09:22:56 +0000 (11:22 +0200)
committerTom de Vries <tdevries@suse.de>
Tue, 7 Jun 2022 09:22:56 +0000 (11:22 +0200)
commitb11f3dbb884dfacd1d581dbccc017fa1da155ead
treece99736541b160cbf53b4b58b50844689e99e744
parente97198fdcdb7c86c70b85a0746d7a7ab5c87bbdf
[gdb/rust] Add missing _() for error call

In commit 1390b65a1b9 ("[gdb/rust] Fix literal truncation") I forgot to add
_() around a string using in an error call.

Fix this by adding the missing _().

Tested on x86_64-linux.
gdb/rust-parse.c