about summary refs log tree commit diff
path: root/src/test/run-pass/rfc-2005-default-binding-mode/constref.rs
AgeCommit message (Collapse)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-49/+0
2018-03-28Stabilize match_default_bindingsTaylor Cramer-2/+0
This includes a submodule update to rustfmt in order to allow a stable feature declaration.
2017-10-06implement pattern-binding-modes RFCTobias Schottdorf-0/+51
See the [RFC] and [tracking issue]. [tracking issue]: https://github.com/rust-lang/rust/issues/42640 [RFC]: https://github.com/rust-lang/rfcs/blob/491e0af/text/2005-match-ergonomics.md