@@ -126,11 +126,17 @@ inferType
126
126
| dereference.rs:55:17:55:18 | c3 | T | {EXTERNAL LOCATION} | i64 |
127
127
| dereference.rs:60:9:60:10 | e1 | | file://:0:0:0:0 | & |
128
128
| dereference.rs:60:9:60:10 | e1 | &T | {EXTERNAL LOCATION} | char |
129
+ | dereference.rs:60:9:60:10 | e1 | &T | file://:0:0:0:0 | & |
129
130
| dereference.rs:60:14:60:17 | &'a' | | file://:0:0:0:0 | & |
130
131
| dereference.rs:60:14:60:17 | &'a' | &T | {EXTERNAL LOCATION} | char |
132
+ | dereference.rs:60:14:60:17 | &'a' | &T | file://:0:0:0:0 | & |
131
133
| dereference.rs:60:15:60:17 | 'a' | | {EXTERNAL LOCATION} | char |
134
+ | dereference.rs:60:15:60:17 | 'a' | | file://:0:0:0:0 | & |
135
+ | dereference.rs:61:9:61:11 | _f1 | | file://:0:0:0:0 | & |
132
136
| dereference.rs:61:15:61:16 | e1 | | file://:0:0:0:0 | & |
133
137
| dereference.rs:61:15:61:16 | e1 | &T | {EXTERNAL LOCATION} | char |
138
+ | dereference.rs:61:15:61:16 | e1 | &T | file://:0:0:0:0 | & |
139
+ | dereference.rs:61:15:61:24 | e1.deref() | | file://:0:0:0:0 | & |
134
140
| dereference.rs:64:9:64:10 | e2 | | file://:0:0:0:0 | & |
135
141
| dereference.rs:64:9:64:10 | e2 | &T | {EXTERNAL LOCATION} | char |
136
142
| dereference.rs:64:9:64:10 | e2 | &T | file://:0:0:0:0 | & |
@@ -1733,25 +1739,39 @@ inferType
1733
1739
| main.rs:1158:17:1158:33 | x9.parse() | | {EXTERNAL LOCATION} | Result |
1734
1740
| main.rs:1158:17:1158:33 | x9.parse() | T | {EXTERNAL LOCATION} | u32 |
1735
1741
| main.rs:1160:13:1160:20 | my_thing | | file://:0:0:0:0 | & |
1742
+ | main.rs:1160:13:1160:20 | my_thing | &T | file://:0:0:0:0 | & |
1736
1743
| main.rs:1160:13:1160:20 | my_thing | &T | main.rs:1082:5:1085:5 | MyInt |
1744
+ | main.rs:1160:13:1160:20 | my_thing | &T.&T | main.rs:1082:5:1085:5 | MyInt |
1737
1745
| main.rs:1160:24:1160:39 | &... | | file://:0:0:0:0 | & |
1746
+ | main.rs:1160:24:1160:39 | &... | &T | file://:0:0:0:0 | & |
1738
1747
| main.rs:1160:24:1160:39 | &... | &T | main.rs:1082:5:1085:5 | MyInt |
1748
+ | main.rs:1160:24:1160:39 | &... | &T.&T | main.rs:1082:5:1085:5 | MyInt |
1749
+ | main.rs:1160:25:1160:39 | MyInt {...} | | file://:0:0:0:0 | & |
1739
1750
| main.rs:1160:25:1160:39 | MyInt {...} | | main.rs:1082:5:1085:5 | MyInt |
1751
+ | main.rs:1160:25:1160:39 | MyInt {...} | &T | main.rs:1082:5:1085:5 | MyInt |
1740
1752
| main.rs:1160:36:1160:37 | 37 | | {EXTERNAL LOCATION} | i32 |
1741
1753
| main.rs:1160:36:1160:37 | 37 | | {EXTERNAL LOCATION} | i64 |
1754
+ | main.rs:1162:13:1162:13 | a | | {EXTERNAL LOCATION} | i64 |
1742
1755
| main.rs:1162:17:1162:24 | my_thing | | file://:0:0:0:0 | & |
1756
+ | main.rs:1162:17:1162:24 | my_thing | &T | file://:0:0:0:0 | & |
1743
1757
| main.rs:1162:17:1162:24 | my_thing | &T | main.rs:1082:5:1085:5 | MyInt |
1758
+ | main.rs:1162:17:1162:24 | my_thing | &T.&T | main.rs:1082:5:1085:5 | MyInt |
1759
+ | main.rs:1162:17:1162:43 | my_thing.method_on_borrow() | | {EXTERNAL LOCATION} | i64 |
1744
1760
| main.rs:1163:18:1163:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | str |
1761
+ | main.rs:1163:26:1163:26 | a | | {EXTERNAL LOCATION} | i64 |
1745
1762
| main.rs:1166:13:1166:20 | my_thing | | file://:0:0:0:0 | & |
1746
1763
| main.rs:1166:13:1166:20 | my_thing | &T | main.rs:1082:5:1085:5 | MyInt |
1747
1764
| main.rs:1166:24:1166:39 | &... | | file://:0:0:0:0 | & |
1748
1765
| main.rs:1166:24:1166:39 | &... | &T | main.rs:1082:5:1085:5 | MyInt |
1749
1766
| main.rs:1166:25:1166:39 | MyInt {...} | | main.rs:1082:5:1085:5 | MyInt |
1750
1767
| main.rs:1166:36:1166:37 | 38 | | {EXTERNAL LOCATION} | i32 |
1751
1768
| main.rs:1166:36:1166:37 | 38 | | {EXTERNAL LOCATION} | i64 |
1769
+ | main.rs:1167:13:1167:13 | a | | {EXTERNAL LOCATION} | i64 |
1752
1770
| main.rs:1167:17:1167:24 | my_thing | | file://:0:0:0:0 | & |
1753
1771
| main.rs:1167:17:1167:24 | my_thing | &T | main.rs:1082:5:1085:5 | MyInt |
1772
+ | main.rs:1167:17:1167:47 | my_thing.method_not_on_borrow() | | {EXTERNAL LOCATION} | i64 |
1754
1773
| main.rs:1168:18:1168:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | str |
1774
+ | main.rs:1168:26:1168:26 | a | | {EXTERNAL LOCATION} | i64 |
1755
1775
| main.rs:1175:16:1175:20 | SelfParam | | file://:0:0:0:0 | & |
1756
1776
| main.rs:1175:16:1175:20 | SelfParam | &T | main.rs:1173:5:1181:5 | Self [trait MyTrait] |
1757
1777
| main.rs:1178:16:1178:20 | SelfParam | | file://:0:0:0:0 | & |
0 commit comments