mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 01:06:52 +00:00
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.