rust-lang / reference

The Rust Reference
https://doc.rust-lang.org/nightly/reference/
Apache License 2.0
1.25k stars 491 forks source link

Fix `pat` fragment specifier to be the "current" edition #1640

Closed ehuss closed 1 month ago

ehuss commented 1 month ago

The main text of the reference is supposed to document the behavior of the current edition, with any edition differences relegated to the Edition differences section. This fixes the pat fragment specifier to document what the current behavior is, with a link to the edition section for readers to see that it has edition-specific behavior.