Skip to content

Commit

Permalink
session-manager: Fix typos in -frust-incomplete message
Browse files Browse the repository at this point in the history
gcc/rust/ChangeLog:

	* rust-session-manager.cc (Session::compile_crate): Use less repetition,
	fix a typo in `reports`, fix word order.
  • Loading branch information
CohenArthur committed Sep 12, 2024
1 parent f2e0322 commit f8e46bb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions gcc/rust/rust-session-manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f8e46bb

Please sign in to comment.