reference
reference copied to clipboard
The Rust Reference
* Documents the `raw-dylib` link kind (https://github.com/rust-lang/rust/issues/58713), including how it differs from `dylib`. * Documents the `link_ordinal` attribute (https://github.com/rust-lang/rust/pull/89025).
[[zulip discussion]](https://rust-lang.zulipchat.com/#narrow/stream/136281-t-lang.2Fwg-unsafe-code-guidelines/topic/Casting.20unsized.20to.20sized.20pointer)
Unions with non-Copy fields are now stable.
Remove "in Rust" per style guidelines, and edit sentence for clarity.
This PR is created in preparation to stabilize the `lint_reasons` feature. I hope this covers everything :upside_down_face: Tracking issue: https://github.com/rust-lang/rust/issues/54503
For the stabilization of `let else` statements. Tracking issue: https://github.com/rust-lang/rust/issues/87335
Tracking issue: https://github.com/rust-lang/rust/issues/74990
Based on the grammar reference for [identifier](https://doc.rust-lang.org/stable/reference/identifiers.html) The following '_' identifier should be invalid, since: _ is not **XID_Start XID_Continue*** and it's not **'_' XID_Continue+** either (it's not followed by...
cc tracking issue https://github.com/rust-lang/rust/issues/69098