diff options
Diffstat (limited to 'gcc/rust/lex/rust-token.cc')
-rw-r--r-- | gcc/rust/lex/rust-token.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/rust/lex/rust-token.cc b/gcc/rust/lex/rust-token.cc index 84462e6..e47692c 100644 --- a/gcc/rust/lex/rust-token.cc +++ b/gcc/rust/lex/rust-token.cc @@ -106,8 +106,7 @@ Token::get_str () const { rust_error_at (get_locus (), "attempted to get string for '%s', which has no string. " - "returning empty string " - "instead.", + "returning empty string instead.", get_token_description ()); return empty; } |