aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/tests/data/pattern.txt
blob: cca5218335e081c5953894a404ee87d407735381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[9; 10) 'x': &i32
[18; 98) '{     ...o"); }': ()
[28; 29) 'y': &i32
[32; 33) 'x': &i32
[43; 45) '&z': &i32
[44; 45) 'z': i32
[48; 49) 'x': &i32
[59; 60) 'a': i32
[63; 64) 'z': i32
[74; 80) '(c, d)': (i32, &str)
[75; 76) 'c': i32
[78; 79) 'd': &str
[83; 95) '(1, "hello")': (i32, &str)
[84; 85) '1': i32
[87; 94) '"hello"': &str