about summary refs log tree commit diff
path: root/src/test/ui/pattern/bindings-after-at/nested-patterns.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-14/+0
2021-06-04removed uses of feature gatemarcusdunn-1/+0
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.