summary refs log tree commit diff
path: root/src/test/ui/pattern/bindings-after-at/nested-patterns.rs
AgeCommit message (Collapse)AuthorLines
2019-12-23Remove `bindings_after_at` from `INCOMPLETE_FEATURES`.Mazdak Farrokhzad-1/+0
2019-12-23Introduce `#![feature(bindings_after_at)]`.Mazdak Farrokhzad-0/+16
Under the gate, `x @ Some(y)` is allowed. This is subject to various restrictions for soundness.