librustc: Whitelist linkage attribute for unused attribute lint since it's processed during trans.
This commit is contained in:
parent
acd890d96d
commit
33893aebcf
1 changed files with 1 additions and 0 deletions
|
|
@ -619,6 +619,7 @@ impl LintPass for UnusedAttributes {
|
|||
"link",
|
||||
"link_name",
|
||||
"link_section",
|
||||
"linkage",
|
||||
"no_builtins",
|
||||
"no_mangle",
|
||||
"no_split_stack",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue