From: Arthur Cohen Date: Fri, 16 Dec 2022 12:38:36 +0000 (+0100) Subject: gccrs: fatal_error_flag: Fix typo in error message X-Git-Tag: basepoints/gcc-14~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f66b135d0b55fda15dfce927b14ab9c89b9fb6a7;p=thirdparty%2Fgcc.git gccrs: fatal_error_flag: Fix typo in error message gcc/rust/ChangeLog: * rust-session-manager.cc (Session::compile_crate): Fix typo. --- diff --git a/gcc/rust/rust-session-manager.cc b/gcc/rust/rust-session-manager.cc index 732aabe1f261..70b058ff9929 100644 --- a/gcc/rust/rust-session-manager.cc +++ b/gcc/rust/rust-session-manager.cc @@ -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.");