fix: rust-lang/rust#47446
- Add test for issue 47446 - Implement the new lint lint_builtin_mixed_export_name_and_no_mangle - Add suggestion how to fix it
This commit is contained in:
parent
f00f68245e
commit
1696f534ab
9 changed files with 143 additions and 5 deletions
|
@ -3453,6 +3453,7 @@ dependencies = [
|
|||
"rustc_abi",
|
||||
"rustc_arena",
|
||||
"rustc_ast",
|
||||
"rustc_ast_pretty",
|
||||
"rustc_attr",
|
||||
"rustc_data_structures",
|
||||
"rustc_errors",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue