Add missing ty test snapshot

This commit is contained in:
Marcus Klaas de Vries 2019-01-26 00:48:57 +01:00
parent aa06893a14
commit 04748a0f16

View File

@ -0,0 +1,23 @@
---
created: "2019-01-25T23:18:55.019197432+00:00"
creator: insta@0.5.2
expression: "&result"
source: crates/ra_hir/src/ty/tests.rs
---
[10; 11) 'x': T
[21; 30) '{ x }': T
[27; 28) 'x': T
[44; 45) 'x': &T
[56; 65) '{ x }': &T
[62; 63) 'x': &T
[77; 138) '{ ...(z); }': ()
[87; 88) 'y': u32
[91; 96) '10u32': u32
[102; 104) 'id': fn id<u32>
[102; 107) 'id(y)': u32
[105; 106) 'y': u32
[117; 118) 'x': bool
[127; 132) 'clone': fn clone<bool>
[127; 135) 'clone(z)': bool
[133; 134) 'z': &bool