reference icon indicating copy to clipboard operation
reference copied to clipboard

The Rust Reference

Results 338 reference issues
Sort by recently updated
recently updated
newest added

* 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).

S-waiting-on-stabilization

[[zulip discussion]](https://rust-lang.zulipchat.com/#narrow/stream/136281-t-lang.2Fwg-unsafe-code-guidelines/topic/Casting.20unsized.20to.20sized.20pointer)

T-lang

Unions with non-Copy fields are now stable.

S-waiting-on-author

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

S-waiting-on-stabilization

For the stabilization of `let else` statements. Tracking issue: https://github.com/rust-lang/rust/issues/87335

S-waiting-on-stabilization

Tracking issue: https://github.com/rust-lang/rust/issues/74990

S-waiting-on-review

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...

A-lexer
A-proc-macro

cc tracking issue https://github.com/rust-lang/rust/issues/69098

S-waiting-on-stabilization