Fix typo in rustc_passes/messages.ftl

Line 190 contains unpaired parentheses.
This commit is contained in:
sisungo 2024-02-29 13:16:24 +08:00 committed by GitHub
parent d3d145ea1c
commit 9dfe5ef8b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")]