Skip to content

Commit b981967

Browse files
committed
Rust: update expected output
1 parent 432aaa2 commit b981967

File tree

4 files changed

+51
-45
lines changed

4 files changed

+51
-45
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -560,9 +560,9 @@ dominates
560560
| test.rs:355:13:355:22 | Err(...) | test.rs:355:13:355:22 | Err(...) |
561561
| test.rs:362:5:365:5 | enter fn test_let_match | test.rs:362:5:365:5 | enter fn test_let_match |
562562
| test.rs:362:5:365:5 | enter fn test_let_match | test.rs:363:18:363:18 | n |
563-
| test.rs:362:5:365:5 | enter fn test_let_match | test.rs:363:39:363:53 | MacroStmts |
563+
| test.rs:362:5:365:5 | enter fn test_let_match | test.rs:363:39:363:53 | ExprStmt |
564564
| test.rs:363:18:363:18 | n | test.rs:363:18:363:18 | n |
565-
| test.rs:363:39:363:53 | MacroStmts | test.rs:363:39:363:53 | MacroStmts |
565+
| test.rs:363:39:363:53 | ExprStmt | test.rs:363:39:363:53 | ExprStmt |
566566
| test.rs:367:5:373:5 | enter fn test_let_with_return | test.rs:367:5:373:5 | enter fn test_let_with_return |
567567
| test.rs:367:5:373:5 | enter fn test_let_with_return | test.rs:367:5:373:5 | exit fn test_let_with_return (normal) |
568568
| test.rs:367:5:373:5 | enter fn test_let_with_return | test.rs:369:18:369:20 | ret |
@@ -1258,7 +1258,7 @@ postDominance
12581258
| test.rs:362:5:365:5 | enter fn test_let_match | test.rs:362:5:365:5 | enter fn test_let_match |
12591259
| test.rs:363:18:363:18 | n | test.rs:362:5:365:5 | enter fn test_let_match |
12601260
| test.rs:363:18:363:18 | n | test.rs:363:18:363:18 | n |
1261-
| test.rs:363:39:363:53 | MacroStmts | test.rs:363:39:363:53 | MacroStmts |
1261+
| test.rs:363:39:363:53 | ExprStmt | test.rs:363:39:363:53 | ExprStmt |
12621262
| test.rs:367:5:373:5 | enter fn test_let_with_return | test.rs:367:5:373:5 | enter fn test_let_with_return |
12631263
| test.rs:367:5:373:5 | exit fn test_let_with_return (normal) | test.rs:367:5:373:5 | enter fn test_let_with_return |
12641264
| test.rs:367:5:373:5 | exit fn test_let_with_return (normal) | test.rs:367:5:373:5 | exit fn test_let_with_return (normal) |
@@ -1629,7 +1629,7 @@ immediateDominator
16291629
| test.rs:354:16:354:20 | value | test.rs:352:5:357:5 | enter fn test_match_with_no_arms |
16301630
| test.rs:355:13:355:22 | Err(...) | test.rs:352:5:357:5 | enter fn test_match_with_no_arms |
16311631
| test.rs:363:18:363:18 | n | test.rs:362:5:365:5 | enter fn test_let_match |
1632-
| test.rs:363:39:363:53 | MacroStmts | test.rs:362:5:365:5 | enter fn test_let_match |
1632+
| test.rs:363:39:363:53 | ExprStmt | test.rs:362:5:365:5 | enter fn test_let_match |
16331633
| test.rs:367:5:373:5 | exit fn test_let_with_return (normal) | test.rs:367:5:373:5 | enter fn test_let_with_return |
16341634
| test.rs:369:18:369:20 | ret | test.rs:367:5:373:5 | enter fn test_let_with_return |
16351635
| test.rs:370:13:370:16 | None | test.rs:367:5:373:5 | enter fn test_let_with_return |

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

+29-29
Original file line numberDiff line numberDiff line change
@@ -391,40 +391,40 @@ edges
391391
| test.rs:171:17:171:29 | ...::_print | test.rs:171:26:171:28 | "1\\n" | |
392392
| test.rs:171:17:171:29 | MacroExpr | test.rs:170:22:172:13 | { ... } | |
393393
| test.rs:171:17:171:29 | println!... | test.rs:171:17:171:29 | MacroExpr | |
394-
| test.rs:171:17:171:30 | ExprStmt | test.rs:171:26:171:28 | MacroStmts | |
394+
| test.rs:171:17:171:30 | ExprStmt | test.rs:171:26:171:28 | ExprStmt | |
395395
| test.rs:171:26:171:28 | "1\\n" | test.rs:171:26:171:28 | FormatArgsExpr | |
396396
| test.rs:171:26:171:28 | ...::_print(...) | test.rs:171:26:171:28 | { ... } | |
397397
| test.rs:171:26:171:28 | ...::format_args_nl!... | test.rs:171:26:171:28 | MacroExpr | |
398398
| test.rs:171:26:171:28 | ExprStmt | test.rs:171:17:171:29 | ...::_print | |
399399
| test.rs:171:26:171:28 | FormatArgsExpr | test.rs:171:26:171:28 | ...::format_args_nl!... | |
400400
| test.rs:171:26:171:28 | MacroExpr | test.rs:171:26:171:28 | ...::_print(...) | |
401-
| test.rs:171:26:171:28 | MacroStmts | test.rs:171:26:171:28 | ExprStmt | |
402-
| test.rs:171:26:171:28 | { ... } | test.rs:171:17:171:29 | println!... | |
401+
| test.rs:171:26:171:28 | MacroStmts | test.rs:171:17:171:29 | println!... | |
402+
| test.rs:171:26:171:28 | { ... } | test.rs:171:26:171:28 | MacroStmts | |
403403
| test.rs:172:20:174:13 | { ... } | test.rs:170:13:174:13 | if cond2 {...} else {...} | |
404404
| test.rs:173:17:173:29 | ...::_print | test.rs:173:26:173:28 | "2\\n" | |
405405
| test.rs:173:17:173:29 | MacroExpr | test.rs:172:20:174:13 | { ... } | |
406406
| test.rs:173:17:173:29 | println!... | test.rs:173:17:173:29 | MacroExpr | |
407-
| test.rs:173:17:173:30 | ExprStmt | test.rs:173:26:173:28 | MacroStmts | |
407+
| test.rs:173:17:173:30 | ExprStmt | test.rs:173:26:173:28 | ExprStmt | |
408408
| test.rs:173:26:173:28 | "2\\n" | test.rs:173:26:173:28 | FormatArgsExpr | |
409409
| test.rs:173:26:173:28 | ...::_print(...) | test.rs:173:26:173:28 | { ... } | |
410410
| test.rs:173:26:173:28 | ...::format_args_nl!... | test.rs:173:26:173:28 | MacroExpr | |
411411
| test.rs:173:26:173:28 | ExprStmt | test.rs:173:17:173:29 | ...::_print | |
412412
| test.rs:173:26:173:28 | FormatArgsExpr | test.rs:173:26:173:28 | ...::format_args_nl!... | |
413413
| test.rs:173:26:173:28 | MacroExpr | test.rs:173:26:173:28 | ...::_print(...) | |
414-
| test.rs:173:26:173:28 | MacroStmts | test.rs:173:26:173:28 | ExprStmt | |
415-
| test.rs:173:26:173:28 | { ... } | test.rs:173:17:173:29 | println!... | |
414+
| test.rs:173:26:173:28 | MacroStmts | test.rs:173:17:173:29 | println!... | |
415+
| test.rs:173:26:173:28 | { ... } | test.rs:173:26:173:28 | MacroStmts | |
416416
| test.rs:175:13:175:25 | ...::_print | test.rs:175:22:175:24 | "3\\n" | |
417417
| test.rs:175:13:175:25 | MacroExpr | test.rs:169:18:176:9 | { ... } | |
418418
| test.rs:175:13:175:25 | println!... | test.rs:175:13:175:25 | MacroExpr | |
419-
| test.rs:175:13:175:26 | ExprStmt | test.rs:175:22:175:24 | MacroStmts | |
419+
| test.rs:175:13:175:26 | ExprStmt | test.rs:175:22:175:24 | ExprStmt | |
420420
| test.rs:175:22:175:24 | "3\\n" | test.rs:175:22:175:24 | FormatArgsExpr | |
421421
| test.rs:175:22:175:24 | ...::_print(...) | test.rs:175:22:175:24 | { ... } | |
422422
| test.rs:175:22:175:24 | ...::format_args_nl!... | test.rs:175:22:175:24 | MacroExpr | |
423423
| test.rs:175:22:175:24 | ExprStmt | test.rs:175:13:175:25 | ...::_print | |
424424
| test.rs:175:22:175:24 | FormatArgsExpr | test.rs:175:22:175:24 | ...::format_args_nl!... | |
425425
| test.rs:175:22:175:24 | MacroExpr | test.rs:175:22:175:24 | ...::_print(...) | |
426-
| test.rs:175:22:175:24 | MacroStmts | test.rs:175:22:175:24 | ExprStmt | |
427-
| test.rs:175:22:175:24 | { ... } | test.rs:175:13:175:25 | println!... | |
426+
| test.rs:175:22:175:24 | MacroStmts | test.rs:175:13:175:25 | println!... | |
427+
| test.rs:175:22:175:24 | { ... } | test.rs:175:22:175:24 | MacroStmts | |
428428
| test.rs:179:5:188:5 | enter fn test_nested_if_match | test.rs:179:29:179:29 | a | |
429429
| test.rs:179:5:188:5 | exit fn test_nested_if_match (normal) | test.rs:179:5:188:5 | exit fn test_nested_if_match | |
430430
| test.rs:179:29:179:29 | a | test.rs:179:29:179:29 | a | |
@@ -889,7 +889,7 @@ edges
889889
| test.rs:362:46:365:5 | { ... } | test.rs:362:5:365:5 | exit fn test_let_match (normal) | |
890890
| test.rs:363:9:363:57 | let ... = a else {...} | test.rs:363:23:363:23 | a | |
891891
| test.rs:363:13:363:19 | Some(...) | test.rs:363:18:363:18 | n | match |
892-
| test.rs:363:13:363:19 | Some(...) | test.rs:363:39:363:53 | MacroStmts | no-match |
892+
| test.rs:363:13:363:19 | Some(...) | test.rs:363:39:363:53 | ExprStmt | no-match |
893893
| test.rs:363:18:363:18 | n | test.rs:363:18:363:18 | n | |
894894
| test.rs:363:18:363:18 | n | test.rs:364:9:364:9 | n | match |
895895
| test.rs:363:23:363:23 | a | test.rs:363:13:363:19 | Some(...) | |
@@ -902,11 +902,11 @@ edges
902902
| test.rs:363:39:363:53 | ...::panic_fmt(...) | test.rs:363:39:363:53 | { ... } | |
903903
| test.rs:363:39:363:53 | ExprStmt | test.rs:363:32:363:54 | ...::panic_fmt | |
904904
| test.rs:363:39:363:53 | FormatArgsExpr | test.rs:363:39:363:53 | ...::const_format_args!... | |
905-
| test.rs:363:39:363:53 | MacroExpr | test.rs:363:32:363:54 | panic!... | |
906905
| test.rs:363:39:363:53 | MacroExpr | test.rs:363:39:363:53 | ...::panic_fmt(...) | |
907-
| test.rs:363:39:363:53 | MacroStmts | test.rs:363:39:363:53 | ExprStmt | |
908-
| test.rs:363:39:363:53 | MacroStmts | test.rs:363:39:363:53 | MacroStmts | |
909-
| test.rs:363:39:363:53 | { ... } | test.rs:363:39:363:53 | ...::panic_2021!... | |
906+
| test.rs:363:39:363:53 | MacroExpr | test.rs:363:39:363:53 | MacroStmts | |
907+
| test.rs:363:39:363:53 | MacroStmts | test.rs:363:32:363:54 | panic!... | |
908+
| test.rs:363:39:363:53 | MacroStmts | test.rs:363:39:363:53 | ...::panic_2021!... | |
909+
| test.rs:363:39:363:53 | { ... } | test.rs:363:39:363:53 | MacroStmts | |
910910
| test.rs:364:9:364:9 | n | test.rs:362:46:365:5 | { ... } | |
911911
| test.rs:367:5:373:5 | enter fn test_let_with_return | test.rs:367:29:367:29 | m | |
912912
| test.rs:367:5:373:5 | exit fn test_let_with_return (normal) | test.rs:367:5:373:5 | exit fn test_let_with_return | |
@@ -1183,15 +1183,15 @@ edges
11831183
| test.rs:495:9:495:33 | ...::_print | test.rs:495:18:495:32 | "hello, world!\\n" | |
11841184
| test.rs:495:9:495:33 | MacroExpr | test.rs:494:26:496:5 | { ... } | |
11851185
| test.rs:495:9:495:33 | println!... | test.rs:495:9:495:33 | MacroExpr | |
1186-
| test.rs:495:9:495:34 | ExprStmt | test.rs:495:18:495:32 | MacroStmts | |
1186+
| test.rs:495:9:495:34 | ExprStmt | test.rs:495:18:495:32 | ExprStmt | |
11871187
| test.rs:495:18:495:32 | "hello, world!\\n" | test.rs:495:18:495:32 | FormatArgsExpr | |
11881188
| test.rs:495:18:495:32 | ...::_print(...) | test.rs:495:18:495:32 | { ... } | |
11891189
| test.rs:495:18:495:32 | ...::format_args_nl!... | test.rs:495:18:495:32 | MacroExpr | |
11901190
| test.rs:495:18:495:32 | ExprStmt | test.rs:495:9:495:33 | ...::_print | |
11911191
| test.rs:495:18:495:32 | FormatArgsExpr | test.rs:495:18:495:32 | ...::format_args_nl!... | |
11921192
| test.rs:495:18:495:32 | MacroExpr | test.rs:495:18:495:32 | ...::_print(...) | |
1193-
| test.rs:495:18:495:32 | MacroStmts | test.rs:495:18:495:32 | ExprStmt | |
1194-
| test.rs:495:18:495:32 | { ... } | test.rs:495:9:495:33 | println!... | |
1193+
| test.rs:495:18:495:32 | MacroStmts | test.rs:495:9:495:33 | println!... | |
1194+
| test.rs:495:18:495:32 | { ... } | test.rs:495:18:495:32 | MacroStmts | |
11951195
| test.rs:498:5:517:5 | enter fn async_block | test.rs:498:26:498:26 | b | |
11961196
| test.rs:498:5:517:5 | exit fn async_block (normal) | test.rs:498:5:517:5 | exit fn async_block | |
11971197
| test.rs:498:26:498:26 | b | test.rs:498:26:498:26 | b | |
@@ -1207,15 +1207,15 @@ edges
12071207
| test.rs:500:13:500:41 | ...::_print | test.rs:500:22:500:40 | "godbye, everyone!\\n" | |
12081208
| test.rs:500:13:500:41 | MacroExpr | test.rs:499:26:501:9 | exit { ... } (normal) | |
12091209
| test.rs:500:13:500:41 | println!... | test.rs:500:13:500:41 | MacroExpr | |
1210-
| test.rs:500:13:500:42 | ExprStmt | test.rs:500:22:500:40 | MacroStmts | |
1210+
| test.rs:500:13:500:42 | ExprStmt | test.rs:500:22:500:40 | ExprStmt | |
12111211
| test.rs:500:22:500:40 | "godbye, everyone!\\n" | test.rs:500:22:500:40 | FormatArgsExpr | |
12121212
| test.rs:500:22:500:40 | ...::_print(...) | test.rs:500:22:500:40 | { ... } | |
12131213
| test.rs:500:22:500:40 | ...::format_args_nl!... | test.rs:500:22:500:40 | MacroExpr | |
12141214
| test.rs:500:22:500:40 | ExprStmt | test.rs:500:13:500:41 | ...::_print | |
12151215
| test.rs:500:22:500:40 | FormatArgsExpr | test.rs:500:22:500:40 | ...::format_args_nl!... | |
12161216
| test.rs:500:22:500:40 | MacroExpr | test.rs:500:22:500:40 | ...::_print(...) | |
1217-
| test.rs:500:22:500:40 | MacroStmts | test.rs:500:22:500:40 | ExprStmt | |
1218-
| test.rs:500:22:500:40 | { ... } | test.rs:500:13:500:41 | println!... | |
1217+
| test.rs:500:22:500:40 | MacroStmts | test.rs:500:13:500:41 | println!... | |
1218+
| test.rs:500:22:500:40 | { ... } | test.rs:500:22:500:40 | MacroStmts | |
12191219
| test.rs:502:9:504:10 | let ... = ... | test.rs:502:31:504:9 | { ... } | |
12201220
| test.rs:502:13:502:27 | say_how_are_you | test.rs:502:13:502:27 | say_how_are_you | |
12211221
| test.rs:502:13:502:27 | say_how_are_you | test.rs:505:9:505:28 | let ... = ... | match |
@@ -1225,15 +1225,15 @@ edges
12251225
| test.rs:503:13:503:36 | ...::_print | test.rs:503:22:503:35 | "how are you?\\n" | |
12261226
| test.rs:503:13:503:36 | MacroExpr | test.rs:502:31:504:9 | exit { ... } (normal) | |
12271227
| test.rs:503:13:503:36 | println!... | test.rs:503:13:503:36 | MacroExpr | |
1228-
| test.rs:503:13:503:37 | ExprStmt | test.rs:503:22:503:35 | MacroStmts | |
1228+
| test.rs:503:13:503:37 | ExprStmt | test.rs:503:22:503:35 | ExprStmt | |
12291229
| test.rs:503:22:503:35 | "how are you?\\n" | test.rs:503:22:503:35 | FormatArgsExpr | |
12301230
| test.rs:503:22:503:35 | ...::_print(...) | test.rs:503:22:503:35 | { ... } | |
12311231
| test.rs:503:22:503:35 | ...::format_args_nl!... | test.rs:503:22:503:35 | MacroExpr | |
12321232
| test.rs:503:22:503:35 | ExprStmt | test.rs:503:13:503:36 | ...::_print | |
12331233
| test.rs:503:22:503:35 | FormatArgsExpr | test.rs:503:22:503:35 | ...::format_args_nl!... | |
12341234
| test.rs:503:22:503:35 | MacroExpr | test.rs:503:22:503:35 | ...::_print(...) | |
1235-
| test.rs:503:22:503:35 | MacroStmts | test.rs:503:22:503:35 | ExprStmt | |
1236-
| test.rs:503:22:503:35 | { ... } | test.rs:503:13:503:36 | println!... | |
1235+
| test.rs:503:22:503:35 | MacroStmts | test.rs:503:13:503:36 | println!... | |
1236+
| test.rs:503:22:503:35 | { ... } | test.rs:503:22:503:35 | MacroStmts | |
12371237
| test.rs:505:9:505:28 | let ... = ... | test.rs:505:20:505:27 | { ... } | |
12381238
| test.rs:505:13:505:16 | noop | test.rs:505:13:505:16 | noop | |
12391239
| test.rs:505:13:505:16 | noop | test.rs:506:9:506:26 | ExprStmt | match |
@@ -1290,30 +1290,30 @@ edges
12901290
| test.rs:533:13:533:49 | ...::panic_2021!... | test.rs:533:13:533:49 | MacroExpr | |
12911291
| test.rs:533:13:533:49 | ...::panic_explicit | test.rs:533:13:533:49 | ...::panic_explicit(...) | |
12921292
| test.rs:533:13:533:49 | ...::panic_explicit(...) | test.rs:533:13:533:49 | { ... } | |
1293-
| test.rs:533:13:533:49 | ExprStmt | test.rs:533:13:533:49 | MacroStmts | |
1293+
| test.rs:533:13:533:49 | ExprStmt | test.rs:533:13:533:49 | fn panic_cold_explicit | |
12941294
| test.rs:533:13:533:49 | ExprStmt | test.rs:533:13:533:49 | panic_cold_explicit | |
12951295
| test.rs:533:13:533:49 | MacroExpr | test.rs:532:9:534:9 | { ... } | |
12961296
| test.rs:533:13:533:49 | MacroExpr | test.rs:533:13:533:49 | { ... } | |
1297-
| test.rs:533:13:533:49 | MacroStmts | test.rs:533:13:533:49 | fn panic_cold_explicit | |
1297+
| test.rs:533:13:533:49 | MacroStmts | test.rs:533:13:533:49 | ...::panic_2021!... | |
12981298
| test.rs:533:13:533:49 | assert!... | test.rs:533:13:533:49 | MacroExpr | |
12991299
| test.rs:533:13:533:49 | enter fn panic_cold_explicit | test.rs:533:13:533:49 | ...::panic_explicit | |
13001300
| test.rs:533:13:533:49 | exit fn panic_cold_explicit (normal) | test.rs:533:13:533:49 | exit fn panic_cold_explicit | |
13011301
| test.rs:533:13:533:49 | fn panic_cold_explicit | test.rs:533:13:533:49 | ExprStmt | |
13021302
| test.rs:533:13:533:49 | panic_cold_explicit | test.rs:533:13:533:49 | panic_cold_explicit(...) | |
13031303
| test.rs:533:13:533:49 | panic_cold_explicit(...) | test.rs:533:13:533:49 | { ... } | |
1304-
| test.rs:533:13:533:49 | { ... } | test.rs:533:13:533:49 | ...::panic_2021!... | |
1304+
| test.rs:533:13:533:49 | { ... } | test.rs:533:13:533:49 | MacroStmts | |
13051305
| test.rs:533:13:533:49 | { ... } | test.rs:533:13:533:49 | exit fn panic_cold_explicit (normal) | |
13061306
| test.rs:533:13:533:49 | { ... } | test.rs:533:21:533:48 | if ... {...} | |
1307-
| test.rs:533:13:533:50 | ExprStmt | test.rs:533:21:533:48 | MacroStmts | |
1307+
| test.rs:533:13:533:50 | ExprStmt | test.rs:533:21:533:42 | ...::size_of::<...> | |
13081308
| test.rs:533:21:533:42 | ...::size_of::<...> | test.rs:533:21:533:44 | ...::size_of::<...>(...) | |
13091309
| test.rs:533:21:533:44 | ...::size_of::<...>(...) | test.rs:533:48:533:48 | 0 | |
13101310
| test.rs:533:21:533:48 | ... > ... | test.rs:533:21:533:48 | [boolean(false)] ! ... | true |
13111311
| test.rs:533:21:533:48 | ... > ... | test.rs:533:21:533:48 | [boolean(true)] ! ... | false |
1312-
| test.rs:533:21:533:48 | MacroStmts | test.rs:533:21:533:42 | ...::size_of::<...> | |
1312+
| test.rs:533:21:533:48 | MacroStmts | test.rs:533:13:533:49 | assert!... | |
13131313
| test.rs:533:21:533:48 | [boolean(false)] ! ... | test.rs:533:21:533:48 | if ... {...} | false |
13141314
| test.rs:533:21:533:48 | [boolean(true)] ! ... | test.rs:533:13:533:49 | ExprStmt | true |
13151315
| test.rs:533:21:533:48 | if ... {...} | test.rs:533:21:533:48 | { ... } | |
1316-
| test.rs:533:21:533:48 | { ... } | test.rs:533:13:533:49 | assert!... | |
1316+
| test.rs:533:21:533:48 | { ... } | test.rs:533:21:533:48 | MacroStmts | |
13171317
| test.rs:533:48:533:48 | 0 | test.rs:533:21:533:48 | ... > ... | |
13181318
| test.rs:536:9:536:10 | 42 | test.rs:529:41:537:5 | { ... } | |
13191319
| test.rs:539:5:548:5 | enter fn const_block_panic | test.rs:540:9:540:30 | Const | |

rust/ql/test/library-tests/dataflow/local/DataFlowStep.expected

+6
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@ localStep
1010
| main.rs:6:9:6:9 | s | main.rs:6:9:6:9 | s |
1111
| main.rs:6:9:6:14 | ...: i64 | main.rs:6:9:6:9 | s |
1212
| main.rs:7:14:7:20 | FormatArgsExpr | main.rs:7:14:7:20 | MacroExpr |
13+
| main.rs:7:14:7:20 | MacroStmts | main.rs:7:5:7:21 | MacroExpr |
1314
| main.rs:7:14:7:20 | [post] MacroExpr | main.rs:7:14:7:20 | [post] FormatArgsExpr |
15+
| main.rs:7:14:7:20 | { ... } | main.rs:7:14:7:20 | MacroStmts |
1416
| main.rs:10:13:10:14 | [SSA] sr | main.rs:11:20:11:21 | sr |
1517
| main.rs:10:13:10:14 | sr | main.rs:10:13:10:14 | [SSA] sr |
1618
| main.rs:10:13:10:14 | sr | main.rs:10:13:10:14 | sr |
1719
| main.rs:10:13:10:20 | ...: ... | main.rs:10:13:10:14 | sr |
1820
| main.rs:11:14:11:21 | FormatArgsExpr | main.rs:11:14:11:21 | MacroExpr |
21+
| main.rs:11:14:11:21 | MacroStmts | main.rs:11:5:11:22 | MacroExpr |
1922
| main.rs:11:14:11:21 | [post] MacroExpr | main.rs:11:14:11:21 | [post] FormatArgsExpr |
23+
| main.rs:11:14:11:21 | { ... } | main.rs:11:14:11:21 | MacroStmts |
2024
| main.rs:22:9:22:9 | [SSA] s | main.rs:23:10:23:10 | s |
2125
| main.rs:22:9:22:9 | s | main.rs:22:9:22:9 | [SSA] s |
2226
| main.rs:22:9:22:9 | s | main.rs:22:9:22:9 | s |
@@ -680,7 +684,9 @@ localStep
680684
| main.rs:462:16:462:16 | s | main.rs:462:16:462:16 | s |
681685
| main.rs:462:16:462:24 | ...: String | main.rs:462:16:462:16 | s |
682686
| main.rs:463:14:463:20 | FormatArgsExpr | main.rs:463:14:463:20 | MacroExpr |
687+
| main.rs:463:14:463:20 | MacroStmts | main.rs:463:5:463:21 | MacroExpr |
683688
| main.rs:463:14:463:20 | [post] MacroExpr | main.rs:463:14:463:20 | [post] FormatArgsExpr |
689+
| main.rs:463:14:463:20 | { ... } | main.rs:463:14:463:20 | MacroStmts |
684690
| main.rs:467:9:467:9 | [SSA] a | main.rs:468:13:468:13 | a |
685691
| main.rs:467:9:467:9 | a | main.rs:467:9:467:9 | [SSA] a |
686692
| main.rs:467:9:467:9 | a | main.rs:467:9:467:9 | a |

0 commit comments

Comments
 (0)