Auto merge of #51562 - SimonSapin:transparent, r=cramertj
Stabilize #[repr(transparent)] Tracking issue FCP: https://github.com/rust-lang/rust/issues/43036#issuecomment-394094318 Reference PR: https://github.com/rust-lang-nursery/reference/pull/353
This commit is contained in:
commit
61ba018093
17 changed files with 9 additions and 237 deletions
|
@ -105,7 +105,7 @@
|
|||
#![feature(pin)]
|
||||
#![feature(ptr_internals)]
|
||||
#![feature(ptr_offset_from)]
|
||||
#![feature(repr_transparent)]
|
||||
#![cfg_attr(stage0, feature(repr_transparent))]
|
||||
#![feature(rustc_attrs)]
|
||||
#![feature(specialization)]
|
||||
#![feature(staged_api)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue