Files
codeql/rust/ql/test/extractor-tests/generated/LoopExpr/LoopExpr_getLoopBody.expected
2024-11-21 12:54:13 +01:00

4 lines
260 B
Plaintext

| gen_loop_expr.rs:5:5:7:5 | loop { ... } | gen_loop_expr.rs:5:10:7:5 | { ... } |
| gen_loop_expr.rs:8:5:11:5 | 'label: loop { ... } | gen_loop_expr.rs:8:18:11:5 | { ... } |
| gen_loop_expr.rs:13:5:19:5 | loop { ... } | gen_loop_expr.rs:13:10:19:5 | { ... } |