]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gccrs: fatal_error_flag: Fix typo in error message
authorArthur Cohen <arthur.cohen@embecosm.com>
Fri, 16 Dec 2022 12:38:36 +0000 (13:38 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Thu, 6 Apr 2023 08:47:16 +0000 (10:47 +0200)
gcc/rust/ChangeLog:

* rust-session-manager.cc (Session::compile_crate): Fix typo.

gcc/rust/rust-session-manager.cc

index 732aabe1f261ed1486224c75f42a3d1fbc8b59f2..70b058ff9929c330d99ec65c439897a272356838 100644 (file)
@@ -438,7 +438,7 @@ Session::compile_crate (const char *filename)
       "manner by passing the following flag:\n\n"
       "`-frust-incomplete-and-experimental-compiler-do-not-use`\n\nor by "
       "defining the following environment variable (any value will "
-      "do)\n\nGCCRS_INCOMPLETE_AND_EXPERIMENTAL_COMPILER_DO_NOT_USE\n\nFor"
+      "do)\n\nGCCRS_INCOMPLETE_AND_EXPERIMENTAL_COMPILER_DO_NOT_USE\n\nFor "
       "cargo-gccrs, this means passing\n\n"
       "GCCRS_EXTRA_FLAGS=\"-frust-incomplete-and-experimental-compiler-do-not-"
       "use\"\n\nas an environment variable.");