@@ -9,8 +9,13 @@ inferType
99| main.rs:27:26:27:26 | x | | main.rs:5:5:8:5 | MyThing |
1010| main.rs:27:26:27:28 | x.a | | main.rs:2:5:3:13 | S |
1111| main.rs:30:29:30:29 | x | | main.rs:16:5:19:5 | GenericThing |
12+ | main.rs:30:29:30:29 | x | A | {EXTERNAL LOCATION} | bool |
13+ | main.rs:31:13:31:13 | a | | {EXTERNAL LOCATION} | bool |
1214| main.rs:31:17:31:17 | x | | main.rs:16:5:19:5 | GenericThing |
15+ | main.rs:31:17:31:17 | x | A | {EXTERNAL LOCATION} | bool |
16+ | main.rs:31:17:31:19 | x.a | | {EXTERNAL LOCATION} | bool |
1317| main.rs:32:18:32:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | str |
18+ | main.rs:32:26:32:26 | a | | {EXTERNAL LOCATION} | bool |
1419| main.rs:37:13:37:13 | x | | main.rs:16:5:19:5 | GenericThing |
1520| main.rs:37:13:37:13 | x | A | main.rs:2:5:3:13 | S |
1621| main.rs:37:17:37:42 | GenericThing::<...> {...} | | main.rs:16:5:19:5 | GenericThing |
@@ -583,17 +588,26 @@ inferType
583588| main.rs:497:36:497:37 | s2 | | main.rs:493:41:493:49 | T2 |
584589| main.rs:500:50:500:50 | x | | main.rs:500:41:500:47 | T |
585590| main.rs:500:56:500:56 | y | | main.rs:500:41:500:47 | T |
591+ | main.rs:502:13:502:14 | s1 | | {EXTERNAL LOCATION} | bool |
586592| main.rs:502:18:502:18 | x | | main.rs:500:41:500:47 | T |
593+ | main.rs:502:18:502:24 | x.fst() | | {EXTERNAL LOCATION} | bool |
594+ | main.rs:503:13:503:14 | s2 | | {EXTERNAL LOCATION} | i64 |
587595| main.rs:503:18:503:18 | y | | main.rs:500:41:500:47 | T |
596+ | main.rs:503:18:503:24 | y.snd() | | {EXTERNAL LOCATION} | i64 |
588597| main.rs:504:18:504:29 | "{:?}, {:?}\\n" | | {EXTERNAL LOCATION} | str |
598+ | main.rs:504:32:504:33 | s1 | | {EXTERNAL LOCATION} | bool |
599+ | main.rs:504:36:504:37 | s2 | | {EXTERNAL LOCATION} | i64 |
589600| main.rs:507:54:507:54 | x | | main.rs:507:41:507:51 | T |
590601| main.rs:507:60:507:60 | y | | main.rs:507:41:507:51 | T |
591602| main.rs:509:13:509:14 | s1 | | {EXTERNAL LOCATION} | u8 |
592603| main.rs:509:18:509:18 | x | | main.rs:507:41:507:51 | T |
593604| main.rs:509:18:509:24 | x.fst() | | {EXTERNAL LOCATION} | u8 |
605+ | main.rs:510:13:510:14 | s2 | | {EXTERNAL LOCATION} | i64 |
594606| main.rs:510:18:510:18 | y | | main.rs:507:41:507:51 | T |
607+ | main.rs:510:18:510:24 | y.snd() | | {EXTERNAL LOCATION} | i64 |
595608| main.rs:511:18:511:29 | "{:?}, {:?}\\n" | | {EXTERNAL LOCATION} | str |
596609| main.rs:511:32:511:33 | s1 | | {EXTERNAL LOCATION} | u8 |
610+ | main.rs:511:36:511:37 | s2 | | {EXTERNAL LOCATION} | i64 |
597611| main.rs:527:15:527:18 | SelfParam | | main.rs:526:5:535:5 | Self [trait MyTrait] |
598612| main.rs:529:15:529:18 | SelfParam | | main.rs:526:5:535:5 | Self [trait MyTrait] |
599613| main.rs:532:9:534:9 | { ... } | | main.rs:526:19:526:19 | A |
@@ -2585,6 +2599,7 @@ inferType
25852599| main.rs:1799:13:1799:38 | MyVec {...} | | main.rs:1792:5:1795:5 | MyVec |
25862600| main.rs:1799:13:1799:38 | MyVec {...} | T | main.rs:1797:10:1797:10 | T |
25872601| main.rs:1799:27:1799:36 | ...::new(...) | | {EXTERNAL LOCATION} | Vec |
2602+ | main.rs:1799:27:1799:36 | ...::new(...) | A | {EXTERNAL LOCATION} | Global |
25882603| main.rs:1799:27:1799:36 | ...::new(...) | T | main.rs:1797:10:1797:10 | T |
25892604| main.rs:1802:17:1802:25 | SelfParam | | file://:0:0:0:0 | & |
25902605| main.rs:1802:17:1802:25 | SelfParam | &T | main.rs:1792:5:1795:5 | MyVec |
@@ -2594,6 +2609,7 @@ inferType
25942609| main.rs:1803:13:1803:16 | self | &T | main.rs:1792:5:1795:5 | MyVec |
25952610| main.rs:1803:13:1803:16 | self | &T.T | main.rs:1797:10:1797:10 | T |
25962611| main.rs:1803:13:1803:21 | self.data | | {EXTERNAL LOCATION} | Vec |
2612+ | main.rs:1803:13:1803:21 | self.data | A | {EXTERNAL LOCATION} | Global |
25972613| main.rs:1803:13:1803:21 | self.data | T | main.rs:1797:10:1797:10 | T |
25982614| main.rs:1803:28:1803:32 | value | | main.rs:1797:10:1797:10 | T |
25992615| main.rs:1811:18:1811:22 | SelfParam | | file://:0:0:0:0 | & |
@@ -2608,6 +2624,7 @@ inferType
26082624| main.rs:1812:14:1812:17 | self | &T | main.rs:1792:5:1795:5 | MyVec |
26092625| main.rs:1812:14:1812:17 | self | &T.T | main.rs:1807:10:1807:10 | T |
26102626| main.rs:1812:14:1812:22 | self.data | | {EXTERNAL LOCATION} | Vec |
2627+ | main.rs:1812:14:1812:22 | self.data | A | {EXTERNAL LOCATION} | Global |
26112628| main.rs:1812:14:1812:22 | self.data | T | main.rs:1807:10:1807:10 | T |
26122629| main.rs:1812:14:1812:29 | ...[index] | | main.rs:1807:10:1807:10 | T |
26132630| main.rs:1812:24:1812:28 | index | | {EXTERNAL LOCATION} | usize |
0 commit comments