gccrs: Added newline to get more readable lexdump
commitadb62fe2b46c3e60b8fcf4a40845ed919ca636e2
authorKushal Pal <kushalpal109@gmail.com>
Sat, 30 Dec 2023 04:10:19 +0000 (30 09:40 +0530)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 30 Jan 2024 11:36:52 +0000 (30 12:36 +0100)
tree7e67b9043ef13ed4850b3ccd3177852441498289
parent1460044f87ef6801d5c17cf94a9a87282bff9464
gccrs: Added newline to get more readable lexdump

Fixes #2783

gcc/rust/ChangeLog:

* lex/rust-lex.cc (Lexer::dump_and_skip):
Changed " " to '\n'

Signed-off-by: Kushal Pal <kushalpal109@gmail.com>
gcc/rust/lex/rust-lex.cc