mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
65dded8387
const-block-as-pattern: do not refer to no-longer-existing nightly feature Surely everyone who used this nightly feature has fixed their code by now. So let's not confused people on stable that try to use a const block as a pattern by referring to some dead nightly feature.