summary refs log tree commit diff
path: root/src/test/ui/const-expr-addr-operator.rs
AgeCommit message (Collapse)AuthorLines
2018-03-08Produce instead of pointersOliver Schneider-1/+2
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-2/+2
2017-10-06implement pattern-binding-modes RFCTobias Schottdorf-0/+20
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