aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/inline/ok/0048_path_type_with_bounds.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/inline/ok/0048_path_type_with_bounds.txt')
-rw-r--r--crates/ra_syntax/tests/data/parser/inline/ok/0048_path_type_with_bounds.txt36
1 files changed, 36 insertions, 0 deletions
diff --git a/crates/ra_syntax/tests/data/parser/inline/ok/0048_path_type_with_bounds.txt b/crates/ra_syntax/tests/data/parser/inline/ok/0048_path_type_with_bounds.txt
new file mode 100644
index 000000000..911a27ea1
--- /dev/null
+++ b/crates/ra_syntax/tests/data/parser/inline/ok/0048_path_type_with_bounds.txt
@@ -0,0 +1,36 @@
1SOURCE_FILE@[0; 27)
2 FN_DEF@[0; 26)
3 FN_KW@[0; 2)
4 WHITESPACE@[2; 3)
5 NAME@[3; 6)
6 IDENT@[3; 6) "foo"
7 PARAM_LIST@[6; 8)
8 L_PAREN@[6; 7)
9 R_PAREN@[7; 8)
10 WHITESPACE@[8; 9)
11 RET_TYPE@[9; 23)
12 THIN_ARROW@[9; 11)
13 WHITESPACE@[11; 12)
14 PATH_TYPE@[12; 23)
15 PATH@[12; 23)
16 PATH_SEGMENT@[12; 23)
17 NAME_REF@[12; 15)
18 IDENT@[12; 15) "Box"
19 TYPE_ARG_LIST@[15; 23)
20 L_ANGLE@[15; 16)
21 TYPE_ARG@[16; 22)
22 PATH_TYPE@[16; 22)
23 PATH@[16; 17)
24 PATH_SEGMENT@[16; 17)
25 NAME_REF@[16; 17)
26 IDENT@[16; 17) "T"
27 WHITESPACE@[17; 18)
28 PLUS@[18; 19)
29 WHITESPACE@[19; 20)
30 LIFETIME@[20; 22) "'f"
31 R_ANGLE@[22; 23)
32 WHITESPACE@[23; 24)
33 BLOCK@[24; 26)
34 L_CURLY@[24; 25)
35 R_CURLY@[25; 26)
36 WHITESPACE@[26; 27)