diff options
Diffstat (limited to 'gcc/rust/rust-session-manager.cc')
-rw-r--r-- | gcc/rust/rust-session-manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/rust-session-manager.cc b/gcc/rust/rust-session-manager.cc index d76d816..dbc40ac 100644 --- a/gcc/rust/rust-session-manager.cc +++ b/gcc/rust/rust-session-manager.cc @@ -383,7 +383,7 @@ Session::enable_dump (std::string arg) else { rust_error_at (Location (), - "dump option %<%s%> was unrecognised. choose %<lex%>, " + "dump option %qs was unrecognised. choose %<lex%>, " "%<parse%>, or %<target_options%>", arg.c_str ()); return false; |