@@ -788,12 +788,14 @@ inferCertainType
788788| dereference.rs:116:5:116:5 | x | | dereference.rs:18:1:20:1 | MySmartPointer |
789789| dereference.rs:143:19:151:5 | { ... } | | {EXTERNAL LOCATION} | () |
790790| dereference.rs:144:17:144:26 | key_to_key | | {EXTERNAL LOCATION} | HashMap |
791+ | dereference.rs:144:17:144:26 | key_to_key | A | {EXTERNAL LOCATION} | Global |
791792| dereference.rs:144:17:144:26 | key_to_key | K | {EXTERNAL LOCATION} | & |
792793| dereference.rs:144:17:144:26 | key_to_key | K.TRef | dereference.rs:122:5:123:21 | Key |
793794| dereference.rs:144:17:144:26 | key_to_key | S | {EXTERNAL LOCATION} | RandomState |
794795| dereference.rs:144:17:144:26 | key_to_key | V | {EXTERNAL LOCATION} | & |
795796| dereference.rs:144:17:144:26 | key_to_key | V.TRef | dereference.rs:122:5:123:21 | Key |
796797| dereference.rs:144:30:144:57 | ...::new(...) | | {EXTERNAL LOCATION} | HashMap |
798+ | dereference.rs:144:30:144:57 | ...::new(...) | A | {EXTERNAL LOCATION} | Global |
797799| dereference.rs:144:30:144:57 | ...::new(...) | K | {EXTERNAL LOCATION} | & |
798800| dereference.rs:144:30:144:57 | ...::new(...) | K.TRef | dereference.rs:122:5:123:21 | Key |
799801| dereference.rs:144:30:144:57 | ...::new(...) | S | {EXTERNAL LOCATION} | RandomState |
@@ -804,6 +806,7 @@ inferCertainType
804806| dereference.rs:145:24:145:29 | Key {...} | | dereference.rs:122:5:123:21 | Key |
805807| dereference.rs:146:9:149:9 | if ... {...} | | {EXTERNAL LOCATION} | () |
806808| dereference.rs:146:32:146:41 | key_to_key | | {EXTERNAL LOCATION} | HashMap |
809+ | dereference.rs:146:32:146:41 | key_to_key | A | {EXTERNAL LOCATION} | Global |
807810| dereference.rs:146:32:146:41 | key_to_key | K | {EXTERNAL LOCATION} | & |
808811| dereference.rs:146:32:146:41 | key_to_key | K.TRef | dereference.rs:122:5:123:21 | Key |
809812| dereference.rs:146:32:146:41 | key_to_key | S | {EXTERNAL LOCATION} | RandomState |
@@ -813,6 +816,7 @@ inferCertainType
813816| dereference.rs:146:52:149:9 | { ... } | | {EXTERNAL LOCATION} | () |
814817| dereference.rs:148:13:148:15 | key | | {EXTERNAL LOCATION} | & |
815818| dereference.rs:150:9:150:18 | key_to_key | | {EXTERNAL LOCATION} | HashMap |
819+ | dereference.rs:150:9:150:18 | key_to_key | A | {EXTERNAL LOCATION} | Global |
816820| dereference.rs:150:9:150:18 | key_to_key | K | {EXTERNAL LOCATION} | & |
817821| dereference.rs:150:9:150:18 | key_to_key | K.TRef | dereference.rs:122:5:123:21 | Key |
818822| dereference.rs:150:9:150:18 | key_to_key | S | {EXTERNAL LOCATION} | RandomState |
@@ -3350,38 +3354,46 @@ inferCertainType
33503354| main.rs:2345:13:2346:13 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () |
33513355| main.rs:2345:29:2346:13 | { ... } | | {EXTERNAL LOCATION} | () |
33523356| main.rs:2349:17:2349:20 | map1 | | {EXTERNAL LOCATION} | HashMap |
3357+ | main.rs:2349:17:2349:20 | map1 | A | {EXTERNAL LOCATION} | Global |
33533358| main.rs:2349:17:2349:20 | map1 | S | {EXTERNAL LOCATION} | RandomState |
33543359| main.rs:2349:24:2349:55 | ...::new(...) | | {EXTERNAL LOCATION} | HashMap |
3360+ | main.rs:2349:24:2349:55 | ...::new(...) | A | {EXTERNAL LOCATION} | Global |
33553361| main.rs:2349:24:2349:55 | ...::new(...) | S | {EXTERNAL LOCATION} | RandomState |
33563362| main.rs:2350:9:2350:12 | map1 | | {EXTERNAL LOCATION} | HashMap |
3363+ | main.rs:2350:9:2350:12 | map1 | A | {EXTERNAL LOCATION} | Global |
33573364| main.rs:2350:9:2350:12 | map1 | S | {EXTERNAL LOCATION} | RandomState |
33583365| main.rs:2350:24:2350:38 | ...::new(...) | | {EXTERNAL LOCATION} | Box |
33593366| main.rs:2350:24:2350:38 | ...::new(...) | A | {EXTERNAL LOCATION} | Global |
33603367| main.rs:2350:33:2350:37 | "one" | | {EXTERNAL LOCATION} | & |
33613368| main.rs:2350:33:2350:37 | "one" | TRef | {EXTERNAL LOCATION} | str |
33623369| main.rs:2351:9:2351:12 | map1 | | {EXTERNAL LOCATION} | HashMap |
3370+ | main.rs:2351:9:2351:12 | map1 | A | {EXTERNAL LOCATION} | Global |
33633371| main.rs:2351:9:2351:12 | map1 | S | {EXTERNAL LOCATION} | RandomState |
33643372| main.rs:2351:24:2351:38 | ...::new(...) | | {EXTERNAL LOCATION} | Box |
33653373| main.rs:2351:24:2351:38 | ...::new(...) | A | {EXTERNAL LOCATION} | Global |
33663374| main.rs:2351:33:2351:37 | "two" | | {EXTERNAL LOCATION} | & |
33673375| main.rs:2351:33:2351:37 | "two" | TRef | {EXTERNAL LOCATION} | str |
33683376| main.rs:2352:9:2352:33 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () |
33693377| main.rs:2352:20:2352:23 | map1 | | {EXTERNAL LOCATION} | HashMap |
3378+ | main.rs:2352:20:2352:23 | map1 | A | {EXTERNAL LOCATION} | Global |
33703379| main.rs:2352:20:2352:23 | map1 | S | {EXTERNAL LOCATION} | RandomState |
33713380| main.rs:2352:32:2352:33 | { ... } | | {EXTERNAL LOCATION} | () |
33723381| main.rs:2353:9:2353:37 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () |
33733382| main.rs:2353:22:2353:25 | map1 | | {EXTERNAL LOCATION} | HashMap |
3383+ | main.rs:2353:22:2353:25 | map1 | A | {EXTERNAL LOCATION} | Global |
33743384| main.rs:2353:22:2353:25 | map1 | S | {EXTERNAL LOCATION} | RandomState |
33753385| main.rs:2353:36:2353:37 | { ... } | | {EXTERNAL LOCATION} | () |
33763386| main.rs:2354:9:2354:42 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () |
33773387| main.rs:2354:13:2354:24 | TuplePat | | {EXTERNAL LOCATION} | (T_2) |
33783388| main.rs:2354:29:2354:32 | map1 | | {EXTERNAL LOCATION} | HashMap |
3389+ | main.rs:2354:29:2354:32 | map1 | A | {EXTERNAL LOCATION} | Global |
33793390| main.rs:2354:29:2354:32 | map1 | S | {EXTERNAL LOCATION} | RandomState |
33803391| main.rs:2354:41:2354:42 | { ... } | | {EXTERNAL LOCATION} | () |
33813392| main.rs:2355:9:2355:36 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () |
33823393| main.rs:2355:13:2355:24 | TuplePat | | {EXTERNAL LOCATION} | (T_2) |
33833394| main.rs:2355:29:2355:33 | &map1 | | {EXTERNAL LOCATION} | & |
33843395| main.rs:2355:30:2355:33 | map1 | | {EXTERNAL LOCATION} | HashMap |
3396+ | main.rs:2355:30:2355:33 | map1 | A | {EXTERNAL LOCATION} | Global |
33853397| main.rs:2355:30:2355:33 | map1 | S | {EXTERNAL LOCATION} | RandomState |
33863398| main.rs:2355:35:2355:36 | { ... } | | {EXTERNAL LOCATION} | () |
33873399| main.rs:2359:17:2359:17 | a | | {EXTERNAL LOCATION} | i64 |
@@ -6452,12 +6464,14 @@ inferType
64526464| dereference.rs:116:12:116:12 | 0 | | {EXTERNAL LOCATION} | i32 |
64536465| dereference.rs:143:19:151:5 | { ... } | | {EXTERNAL LOCATION} | () |
64546466| dereference.rs:144:17:144:26 | key_to_key | | {EXTERNAL LOCATION} | HashMap |
6467+ | dereference.rs:144:17:144:26 | key_to_key | A | {EXTERNAL LOCATION} | Global |
64556468| dereference.rs:144:17:144:26 | key_to_key | K | {EXTERNAL LOCATION} | & |
64566469| dereference.rs:144:17:144:26 | key_to_key | K.TRef | dereference.rs:122:5:123:21 | Key |
64576470| dereference.rs:144:17:144:26 | key_to_key | S | {EXTERNAL LOCATION} | RandomState |
64586471| dereference.rs:144:17:144:26 | key_to_key | V | {EXTERNAL LOCATION} | & |
64596472| dereference.rs:144:17:144:26 | key_to_key | V.TRef | dereference.rs:122:5:123:21 | Key |
64606473| dereference.rs:144:30:144:57 | ...::new(...) | | {EXTERNAL LOCATION} | HashMap |
6474+ | dereference.rs:144:30:144:57 | ...::new(...) | A | {EXTERNAL LOCATION} | Global |
64616475| dereference.rs:144:30:144:57 | ...::new(...) | K | {EXTERNAL LOCATION} | & |
64626476| dereference.rs:144:30:144:57 | ...::new(...) | K.TRef | dereference.rs:122:5:123:21 | Key |
64636477| dereference.rs:144:30:144:57 | ...::new(...) | S | {EXTERNAL LOCATION} | RandomState |
@@ -6483,6 +6497,7 @@ inferType
64836497| dereference.rs:146:21:146:27 | ref_key | TRef | {EXTERNAL LOCATION} | & |
64846498| dereference.rs:146:21:146:27 | ref_key | TRef.TRef | dereference.rs:122:5:123:21 | Key |
64856499| dereference.rs:146:32:146:41 | key_to_key | | {EXTERNAL LOCATION} | HashMap |
6500+ | dereference.rs:146:32:146:41 | key_to_key | A | {EXTERNAL LOCATION} | Global |
64866501| dereference.rs:146:32:146:41 | key_to_key | K | {EXTERNAL LOCATION} | & |
64876502| dereference.rs:146:32:146:41 | key_to_key | K.TRef | dereference.rs:122:5:123:21 | Key |
64886503| dereference.rs:146:32:146:41 | key_to_key | S | {EXTERNAL LOCATION} | RandomState |
@@ -6508,6 +6523,7 @@ inferType
65086523| dereference.rs:148:19:148:25 | ref_key | TRef | {EXTERNAL LOCATION} | & |
65096524| dereference.rs:148:19:148:25 | ref_key | TRef.TRef | dereference.rs:122:5:123:21 | Key |
65106525| dereference.rs:150:9:150:18 | key_to_key | | {EXTERNAL LOCATION} | HashMap |
6526+ | dereference.rs:150:9:150:18 | key_to_key | A | {EXTERNAL LOCATION} | Global |
65116527| dereference.rs:150:9:150:18 | key_to_key | K | {EXTERNAL LOCATION} | & |
65126528| dereference.rs:150:9:150:18 | key_to_key | K.TRef | dereference.rs:122:5:123:21 | Key |
65136529| dereference.rs:150:9:150:18 | key_to_key | S | {EXTERNAL LOCATION} | RandomState |
@@ -11262,20 +11278,23 @@ inferType
1126211278| main.rs:2345:13:2346:13 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () |
1126311279| main.rs:2345:29:2346:13 | { ... } | | {EXTERNAL LOCATION} | () |
1126411280| main.rs:2349:17:2349:20 | map1 | | {EXTERNAL LOCATION} | HashMap |
11281+ | main.rs:2349:17:2349:20 | map1 | A | {EXTERNAL LOCATION} | Global |
1126511282| main.rs:2349:17:2349:20 | map1 | K | {EXTERNAL LOCATION} | i32 |
1126611283| main.rs:2349:17:2349:20 | map1 | S | {EXTERNAL LOCATION} | RandomState |
1126711284| main.rs:2349:17:2349:20 | map1 | V | {EXTERNAL LOCATION} | Box |
1126811285| main.rs:2349:17:2349:20 | map1 | V.A | {EXTERNAL LOCATION} | Global |
1126911286| main.rs:2349:17:2349:20 | map1 | V.T | {EXTERNAL LOCATION} | & |
1127011287| main.rs:2349:17:2349:20 | map1 | V.T.TRef | {EXTERNAL LOCATION} | str |
1127111288| main.rs:2349:24:2349:55 | ...::new(...) | | {EXTERNAL LOCATION} | HashMap |
11289+ | main.rs:2349:24:2349:55 | ...::new(...) | A | {EXTERNAL LOCATION} | Global |
1127211290| main.rs:2349:24:2349:55 | ...::new(...) | K | {EXTERNAL LOCATION} | i32 |
1127311291| main.rs:2349:24:2349:55 | ...::new(...) | S | {EXTERNAL LOCATION} | RandomState |
1127411292| main.rs:2349:24:2349:55 | ...::new(...) | V | {EXTERNAL LOCATION} | Box |
1127511293| main.rs:2349:24:2349:55 | ...::new(...) | V.A | {EXTERNAL LOCATION} | Global |
1127611294| main.rs:2349:24:2349:55 | ...::new(...) | V.T | {EXTERNAL LOCATION} | & |
1127711295| main.rs:2349:24:2349:55 | ...::new(...) | V.T.TRef | {EXTERNAL LOCATION} | str |
1127811296| main.rs:2350:9:2350:12 | map1 | | {EXTERNAL LOCATION} | HashMap |
11297+ | main.rs:2350:9:2350:12 | map1 | A | {EXTERNAL LOCATION} | Global |
1127911298| main.rs:2350:9:2350:12 | map1 | K | {EXTERNAL LOCATION} | i32 |
1128011299| main.rs:2350:9:2350:12 | map1 | S | {EXTERNAL LOCATION} | RandomState |
1128111300| main.rs:2350:9:2350:12 | map1 | V | {EXTERNAL LOCATION} | Box |
@@ -11295,6 +11314,7 @@ inferType
1129511314| main.rs:2350:33:2350:37 | "one" | | {EXTERNAL LOCATION} | & |
1129611315| main.rs:2350:33:2350:37 | "one" | TRef | {EXTERNAL LOCATION} | str |
1129711316| main.rs:2351:9:2351:12 | map1 | | {EXTERNAL LOCATION} | HashMap |
11317+ | main.rs:2351:9:2351:12 | map1 | A | {EXTERNAL LOCATION} | Global |
1129811318| main.rs:2351:9:2351:12 | map1 | K | {EXTERNAL LOCATION} | i32 |
1129911319| main.rs:2351:9:2351:12 | map1 | S | {EXTERNAL LOCATION} | RandomState |
1130011320| main.rs:2351:9:2351:12 | map1 | V | {EXTERNAL LOCATION} | Box |
@@ -11317,6 +11337,7 @@ inferType
1131711337| main.rs:2352:13:2352:15 | key | | {EXTERNAL LOCATION} | & |
1131811338| main.rs:2352:13:2352:15 | key | TRef | {EXTERNAL LOCATION} | i32 |
1131911339| main.rs:2352:20:2352:23 | map1 | | {EXTERNAL LOCATION} | HashMap |
11340+ | main.rs:2352:20:2352:23 | map1 | A | {EXTERNAL LOCATION} | Global |
1132011341| main.rs:2352:20:2352:23 | map1 | K | {EXTERNAL LOCATION} | i32 |
1132111342| main.rs:2352:20:2352:23 | map1 | S | {EXTERNAL LOCATION} | RandomState |
1132211343| main.rs:2352:20:2352:23 | map1 | V | {EXTERNAL LOCATION} | Box |
@@ -11337,6 +11358,7 @@ inferType
1133711358| main.rs:2353:13:2353:17 | value | TRef.T | {EXTERNAL LOCATION} | & |
1133811359| main.rs:2353:13:2353:17 | value | TRef.T.TRef | {EXTERNAL LOCATION} | str |
1133911360| main.rs:2353:22:2353:25 | map1 | | {EXTERNAL LOCATION} | HashMap |
11361+ | main.rs:2353:22:2353:25 | map1 | A | {EXTERNAL LOCATION} | Global |
1134011362| main.rs:2353:22:2353:25 | map1 | K | {EXTERNAL LOCATION} | i32 |
1134111363| main.rs:2353:22:2353:25 | map1 | S | {EXTERNAL LOCATION} | RandomState |
1134211364| main.rs:2353:22:2353:25 | map1 | V | {EXTERNAL LOCATION} | Box |
@@ -11367,6 +11389,7 @@ inferType
1136711389| main.rs:2354:19:2354:23 | value | TRef.T | {EXTERNAL LOCATION} | & |
1136811390| main.rs:2354:19:2354:23 | value | TRef.T.TRef | {EXTERNAL LOCATION} | str |
1136911391| main.rs:2354:29:2354:32 | map1 | | {EXTERNAL LOCATION} | HashMap |
11392+ | main.rs:2354:29:2354:32 | map1 | A | {EXTERNAL LOCATION} | Global |
1137011393| main.rs:2354:29:2354:32 | map1 | K | {EXTERNAL LOCATION} | i32 |
1137111394| main.rs:2354:29:2354:32 | map1 | S | {EXTERNAL LOCATION} | RandomState |
1137211395| main.rs:2354:29:2354:32 | map1 | V | {EXTERNAL LOCATION} | Box |
@@ -11398,13 +11421,15 @@ inferType
1139811421| main.rs:2355:19:2355:23 | value | TRef.T.TRef | {EXTERNAL LOCATION} | str |
1139911422| main.rs:2355:29:2355:33 | &map1 | | {EXTERNAL LOCATION} | & |
1140011423| main.rs:2355:29:2355:33 | &map1 | TRef | {EXTERNAL LOCATION} | HashMap |
11424+ | main.rs:2355:29:2355:33 | &map1 | TRef.A | {EXTERNAL LOCATION} | Global |
1140111425| main.rs:2355:29:2355:33 | &map1 | TRef.K | {EXTERNAL LOCATION} | i32 |
1140211426| main.rs:2355:29:2355:33 | &map1 | TRef.S | {EXTERNAL LOCATION} | RandomState |
1140311427| main.rs:2355:29:2355:33 | &map1 | TRef.V | {EXTERNAL LOCATION} | Box |
1140411428| main.rs:2355:29:2355:33 | &map1 | TRef.V.A | {EXTERNAL LOCATION} | Global |
1140511429| main.rs:2355:29:2355:33 | &map1 | TRef.V.T | {EXTERNAL LOCATION} | & |
1140611430| main.rs:2355:29:2355:33 | &map1 | TRef.V.T.TRef | {EXTERNAL LOCATION} | str |
1140711431| main.rs:2355:30:2355:33 | map1 | | {EXTERNAL LOCATION} | HashMap |
11432+ | main.rs:2355:30:2355:33 | map1 | A | {EXTERNAL LOCATION} | Global |
1140811433| main.rs:2355:30:2355:33 | map1 | K | {EXTERNAL LOCATION} | i32 |
1140911434| main.rs:2355:30:2355:33 | map1 | S | {EXTERNAL LOCATION} | RandomState |
1141011435| main.rs:2355:30:2355:33 | map1 | V | {EXTERNAL LOCATION} | Box |
0 commit comments