Skip to content

Commit

Permalink
Fix typo in rustc_passes/messages.ftl
Browse files Browse the repository at this point in the history
Line 190 contains unpaired parentheses.
  • Loading branch information
sisungo authored Feb 29, 2024
1 parent d3d145e commit 9dfe5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_passes/messages.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ passes_doc_attr_not_crate_level =
`#![doc({$attr_name} = "...")]` isn't allowed as a crate-level attribute
passes_doc_cfg_hide_takes_list =
`#[doc(cfg_hide(...)]` takes a list of attributes
`#[doc(cfg_hide(...))]` takes a list of attributes
passes_doc_expect_str =
doc {$attr_name} attribute expects a string: #[doc({$attr_name} = "a")]
Expand Down

0 comments on commit 9dfe5ef

Please sign in to comment.