From c93903e9c7f64be2edcae0dfe62d8390514658b1 Mon Sep 17 00:00:00 2001 From: Dylan MacKenzie Date: Fri, 23 Aug 2019 16:24:30 -0700 Subject: Generate and bless tests --- crates/ra_syntax/test_data/parser/inline/ok/0143_box_pat.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 crates/ra_syntax/test_data/parser/inline/ok/0143_box_pat.rs (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0143_box_pat.rs') diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0143_box_pat.rs b/crates/ra_syntax/test_data/parser/inline/ok/0143_box_pat.rs new file mode 100644 index 000000000..9d458aa1e --- /dev/null +++ b/crates/ra_syntax/test_data/parser/inline/ok/0143_box_pat.rs @@ -0,0 +1,5 @@ +fn main() { + let box i = (); + let box Outer { box i, j: box Inner(box &x) } = (); + let box ref mut i = (); +} -- cgit v1.2.3