Make deprecated_cfg_attr_crate_type_name a hard error
This commit is contained in:
parent
4428a05167
commit
00ed47b849
12 changed files with 60 additions and 118 deletions
|
@ -27,6 +27,12 @@ expand_collapse_debuginfo_illegal =
|
|||
expand_count_repetition_misplaced =
|
||||
`count` can not be placed inside the inner-most repetition
|
||||
|
||||
expand_crate_name_in_cfg_attr =
|
||||
`crate_name` within an `#![cfg_attr]` attribute is forbidden
|
||||
|
||||
expand_crate_type_in_cfg_attr =
|
||||
`crate_type` within an `#![cfg_attr]` attribute is forbidden
|
||||
|
||||
expand_custom_attribute_panicked =
|
||||
custom attribute panicked
|
||||
.help = message: {$message}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue