Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

fix soudness hole, dependency on unstable layouts#323

Open
RustyYato wants to merge 1 commit intorust-lang-deprecated:masterfrom
RustyYato:patch-1
Open

fix soudness hole, dependency on unstable layouts#323
RustyYato wants to merge 1 commit intorust-lang-deprecated:masterfrom
RustyYato:patch-1

Conversation

@RustyYato
Copy link

The layouts of repr(Rust) types are unstable, so you will need to specify a layout to safely depend on them.

Using repr(C) is a fine default until we get simething like repr(linear)

The layouts of `repr(Rust)` types are unstable, so you will need to specify a layout to safely depend on them.

Using `repr(C)` is a fine default until we get simething like `repr(linear)`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant