]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gccrs: session-manager: Fix typos in -frust-incomplete message
authorArthur Cohen <arthur.cohen@embecosm.com>
Thu, 5 Sep 2024 14:17:57 +0000 (16:17 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Wed, 19 Mar 2025 14:32:10 +0000 (15:32 +0100)
gcc/rust/ChangeLog:

* rust-session-manager.cc (Session::compile_crate): Use less repetition,
fix a typo in `reports`, fix word order.

gcc/rust/rust-session-manager.cc

index 74f55103328a96e4025e69c10e01e10b42e9d125..a5cd97f18d7669243bc45935f44df58c3f32f960 100644 (file)
@@ -477,10 +477,11 @@ Session::compile_crate (const char *filename)
     rust_fatal_error (
       UNDEF_LOCATION, "%s",
       "gccrs is not yet able to compile Rust code "
-      "properly. Most of the errors produced will be gccrs' fault and not the "
-      "crate you are trying to compile. Because of this, please reports issues "
-      "to us directly instead of opening issues on said crate's "
-      "repository.\n\nOur github repository: "
+      "properly. Most of the errors produced will be the fault of gccrs and "
+      "not the crate you are trying to compile. Because of this, please report "
+      "errors directly to us instead of opening issues on said crate's "
+      "repository.\n\n"
+      "Our github repository: "
       "https://github.com/rust-gcc/gccrs\nOur bugzilla tracker: "
       "https://gcc.gnu.org/bugzilla/"
       "buglist.cgi?bug_status=__open__&component=rust&product=gcc\n\n"