]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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>
Fri, 16 Dec 2022 12:40:03 +0000 (13:40 +0100)
gcc/rust/rust-session-manager.cc

index 54660a85322d8f3ad69857c848a5e4f9115f1919..4c6eed9f24d8c46ece928eb33df7a4ccc936b2fe 100644 (file)
@@ -444,7 +444,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.");