Rollup merge of #129487 - GrigorenkoPV:repr_transparent_external_private_fields, r=compiler-errors
repr_transparent_external_private_fields: special-case some std types Fixes #129470 ```@rustbot``` label +A-lint +L-repr_transparent_external_private_fields
This commit is contained in:
commit
9c59e97ded
13 changed files with 113 additions and 1 deletions
|
@ -1674,6 +1674,7 @@ symbols! {
|
|||
rustc_private,
|
||||
rustc_proc_macro_decls,
|
||||
rustc_promotable,
|
||||
rustc_pub_transparent,
|
||||
rustc_reallocator,
|
||||
rustc_regions,
|
||||
rustc_reservation_impl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue