Skip to content

Commit 24f3d9e

Browse files
committed
Revert rust-toolchain.toml changes and update test expectations
1 parent 116f5a2 commit 24f3d9e

File tree

6 files changed

+31
-23
lines changed

6 files changed

+31
-23
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2026-01-22"
2+
channel = "nightly-2025-06-01"
33
components = [ "rust-src" ]
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
| gen_never_type_repr.rs:7:17:7:17 | ! |
2-
| gen_never_type_repr.rs:7:21:7:26 | ! |

rust/ql/test/library-tests/controlflow/BasicBlocks.expected

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -743,15 +743,13 @@ dominates
743743
| test.rs:529:5:537:5 | enter fn const_block_assert | test.rs:533:21:533:48 | [boolean(true)] ! ... |
744744
| test.rs:529:5:537:5 | enter fn const_block_assert | test.rs:533:21:533:48 | if ... {...} |
745745
| test.rs:533:13:533:19 | ExprStmt | test.rs:533:13:533:19 | ExprStmt |
746-
| test.rs:533:13:533:19 | enter fn panic_cold_explicit | test.rs:533:13:533:19 | enter fn panic_cold_explicit |
747746
| test.rs:533:21:533:48 | [boolean(false)] ! ... | test.rs:533:21:533:48 | [boolean(false)] ! ... |
748747
| test.rs:533:21:533:48 | [boolean(true)] ! ... | test.rs:533:13:533:19 | ExprStmt |
749748
| test.rs:533:21:533:48 | [boolean(true)] ! ... | test.rs:533:21:533:48 | [boolean(true)] ! ... |
750749
| test.rs:533:21:533:48 | if ... {...} | test.rs:533:21:533:48 | if ... {...} |
751750
| test.rs:539:5:548:5 | enter fn const_block_panic | test.rs:539:5:548:5 | enter fn const_block_panic |
752751
| test.rs:539:5:548:5 | enter fn const_block_panic | test.rs:541:9:546:9 | if false {...} |
753752
| test.rs:541:9:546:9 | if false {...} | test.rs:541:9:546:9 | if false {...} |
754-
| test.rs:544:17:544:22 | enter fn panic_cold_explicit | test.rs:544:17:544:22 | enter fn panic_cold_explicit |
755753
| test.rs:551:1:556:1 | enter fn dead_code | test.rs:551:1:556:1 | enter fn dead_code |
756754
| test.rs:551:1:556:1 | enter fn dead_code | test.rs:553:9:553:17 | ExprStmt |
757755
| test.rs:553:9:553:17 | ExprStmt | test.rs:553:9:553:17 | ExprStmt |
@@ -1424,7 +1422,6 @@ postDominance
14241422
| test.rs:529:5:537:5 | enter fn const_block_assert | test.rs:529:5:537:5 | enter fn const_block_assert |
14251423
| test.rs:533:13:533:19 | ExprStmt | test.rs:533:13:533:19 | ExprStmt |
14261424
| test.rs:533:13:533:19 | ExprStmt | test.rs:533:21:533:48 | [boolean(true)] ! ... |
1427-
| test.rs:533:13:533:19 | enter fn panic_cold_explicit | test.rs:533:13:533:19 | enter fn panic_cold_explicit |
14281425
| test.rs:533:21:533:48 | [boolean(false)] ! ... | test.rs:533:21:533:48 | [boolean(false)] ! ... |
14291426
| test.rs:533:21:533:48 | [boolean(true)] ! ... | test.rs:533:21:533:48 | [boolean(true)] ! ... |
14301427
| test.rs:533:21:533:48 | if ... {...} | test.rs:529:5:537:5 | enter fn const_block_assert |
@@ -1435,7 +1432,6 @@ postDominance
14351432
| test.rs:539:5:548:5 | enter fn const_block_panic | test.rs:539:5:548:5 | enter fn const_block_panic |
14361433
| test.rs:541:9:546:9 | if false {...} | test.rs:539:5:548:5 | enter fn const_block_panic |
14371434
| test.rs:541:9:546:9 | if false {...} | test.rs:541:9:546:9 | if false {...} |
1438-
| test.rs:544:17:544:22 | enter fn panic_cold_explicit | test.rs:544:17:544:22 | enter fn panic_cold_explicit |
14391435
| test.rs:551:1:556:1 | enter fn dead_code | test.rs:551:1:556:1 | enter fn dead_code |
14401436
| test.rs:553:9:553:17 | ExprStmt | test.rs:551:1:556:1 | enter fn dead_code |
14411437
| test.rs:553:9:553:17 | ExprStmt | test.rs:553:9:553:17 | ExprStmt |

rust/ql/test/library-tests/controlflow/Cfg.expected

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,20 +1288,13 @@ edges
12881288
| test.rs:529:41:537:5 | { ... } | test.rs:529:5:537:5 | exit fn const_block_assert (normal) | |
12891289
| test.rs:532:9:534:9 | ExprStmt | test.rs:533:13:533:50 | ExprStmt | |
12901290
| test.rs:532:9:534:9 | { ... } | test.rs:536:9:536:10 | 42 | |
1291+
| test.rs:533:13:533:19 | "explicit panic" | test.rs:533:13:533:19 | ...::panic(...) | |
1292+
| test.rs:533:13:533:19 | ...::panic | test.rs:533:13:533:19 | "explicit panic" | |
1293+
| test.rs:533:13:533:19 | ...::panic(...) | test.rs:533:13:533:19 | { ... } | |
12911294
| test.rs:533:13:533:19 | ...::panic_2021!... | test.rs:533:13:533:19 | MacroExpr | |
1292-
| test.rs:533:13:533:19 | ...::panic_explicit | test.rs:533:13:533:19 | ...::panic_explicit(...) | |
1293-
| test.rs:533:13:533:19 | ...::panic_explicit(...) | test.rs:533:13:533:19 | { ... } | |
1294-
| test.rs:533:13:533:19 | ExprStmt | test.rs:533:13:533:19 | fn panic_cold_explicit | |
1295-
| test.rs:533:13:533:19 | ExprStmt | test.rs:533:13:533:19 | panic_cold_explicit | |
1295+
| test.rs:533:13:533:19 | ExprStmt | test.rs:533:13:533:19 | ...::panic | |
12961296
| test.rs:533:13:533:19 | MacroExpr | test.rs:533:13:533:19 | { ... } | |
1297-
| test.rs:533:13:533:19 | enter fn panic_cold_explicit | test.rs:533:13:533:19 | ...::panic_explicit | |
1298-
| test.rs:533:13:533:19 | exit fn panic_cold_explicit (normal) | test.rs:533:13:533:19 | exit fn panic_cold_explicit | |
1299-
| test.rs:533:13:533:19 | fn panic_cold_explicit | test.rs:533:13:533:19 | ExprStmt | |
1300-
| test.rs:533:13:533:19 | panic_cold_explicit | test.rs:533:13:533:19 | panic_cold_explicit(...) | |
1301-
| test.rs:533:13:533:19 | panic_cold_explicit(...) | test.rs:533:13:533:19 | { ... } | |
13021297
| test.rs:533:13:533:19 | { ... } | test.rs:533:13:533:19 | ...::panic_2021!... | |
1303-
| test.rs:533:13:533:19 | { ... } | test.rs:533:13:533:19 | exit fn panic_cold_explicit (normal) | |
1304-
| test.rs:533:13:533:19 | { ... } | test.rs:533:13:533:19 | { ... } | |
13051298
| test.rs:533:13:533:19 | { ... } | test.rs:533:21:533:48 | if ... {...} | |
13061299
| test.rs:533:13:533:49 | MacroExpr | test.rs:532:9:534:9 | { ... } | |
13071300
| test.rs:533:13:533:49 | assert!... | test.rs:533:13:533:49 | MacroExpr | |
@@ -1324,11 +1317,6 @@ edges
13241317
| test.rs:541:9:546:9 | ExprStmt | test.rs:541:12:541:16 | false | |
13251318
| test.rs:541:9:546:9 | if false {...} | test.rs:547:9:547:9 | N | |
13261319
| test.rs:541:12:541:16 | false | test.rs:541:9:546:9 | if false {...} | false |
1327-
| test.rs:544:17:544:22 | ...::panic_explicit | test.rs:544:17:544:22 | ...::panic_explicit(...) | |
1328-
| test.rs:544:17:544:22 | ...::panic_explicit(...) | test.rs:544:17:544:22 | { ... } | |
1329-
| test.rs:544:17:544:22 | enter fn panic_cold_explicit | test.rs:544:17:544:22 | ...::panic_explicit | |
1330-
| test.rs:544:17:544:22 | exit fn panic_cold_explicit (normal) | test.rs:544:17:544:22 | exit fn panic_cold_explicit | |
1331-
| test.rs:544:17:544:22 | { ... } | test.rs:544:17:544:22 | exit fn panic_cold_explicit (normal) | |
13321320
| test.rs:547:9:547:9 | N | test.rs:539:35:548:5 | { ... } | |
13331321
| test.rs:551:1:556:1 | enter fn dead_code | test.rs:552:5:554:5 | ExprStmt | |
13341322
| test.rs:551:1:556:1 | exit fn dead_code (normal) | test.rs:551:1:556:1 | exit fn dead_code | |

rust/ql/test/library-tests/type-inference/type-inference.expected

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 |

rust/ql/test/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# IMPORTANT: this can also have an impact on QL test results
33

44
[toolchain]
5-
channel = "1.93"
5+
channel = "1.90"
66
profile = "minimal"
77
components = [ "rust-src" ]

0 commit comments

Comments
 (0)