Skip to content

Commit

Permalink
Update compiler/rustc_session/messages.ftl
Browse files Browse the repository at this point in the history
Co-authored-by: klensy <klensy@users.noreply.github.com>
  • Loading branch information
Mrmaxmeier and klensy authored Jun 26, 2024
1 parent 6f41cac commit 6697f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_session/messages.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ session_crate_name_empty = crate name must not be empty
session_crate_name_invalid = crate names cannot start with a `-`, but `{$s}` has a leading hyphen
session_embed_source_insufficient_dwarf_version = `-Zembed-source=y` requires at least `-Z dwarf-version=5` while sesssion uses version {$dwarf_version}
session_embed_source_insufficient_dwarf_version = `-Zembed-source=y` requires at least `-Z dwarf-version=5` while session uses version {$dwarf_version}
session_expr_parentheses_needed = parentheses are required to parse this as an expression
Expand Down

0 comments on commit 6697f30

Please sign in to comment.