]> gcc.gnu.org Git - gcc.git/commit
gccrs: move functions from rust-gcc-diagnostics to rust-diagnostics.cc
authorParthib <94271200+Parthib314@users.noreply.github.com>
Tue, 31 Jan 2023 13:15:01 +0000 (18:45 +0530)
committerArthur Cohen <arthur.cohen@embecosm.com>
Mon, 11 Sep 2023 14:29:29 +0000 (16:29 +0200)
commitaf91934c2f6b8efc67d625c99068b4761ae5edd0
treefbcbda8d5d4e00b52e461c540411bfaa11efb6e2
parentb59e9de990a17bfd5fa7252b76339c35bff7f2e8
gccrs: move functions from rust-gcc-diagnostics to rust-diagnostics.cc

gcc/rust/ChangeLog:

* Make-lang.in: Removed rust-gcc-diagnostics object file.
* rust-diagnostics.cc (rust_be_get_quotechars): Added from original file.
(rust_be_internal_error_at): Likewise.
(rust_be_error_at): Likewise.
(class rust_error_code_rule): Likewise.
(rust_be_warning_at): Likewise.
(rust_be_fatal_error): Likewise.
(rust_be_inform): Likewise.
(rust_be_debug_p): Likewise.

* rust-gcc-diagnostics.cc: Removed.

Signed-off-by: Parthib Datta <parthibdutta02@gmail.com>
gcc/rust/Make-lang.in
gcc/rust/rust-diagnostics.cc
gcc/rust/rust-gcc-diagnostics.cc [deleted file]
This page took 0.056618 seconds and 5 git commands to generate.