Commit a7bbe58
authored
Fix compiler crash with
Fixes #24091
Since `span.start` is only valid when `span.exists`, we just check that
first before calling `span.start` and otherwise fall back to the default
code path
Haven't tested it, but from the stack trace it looks like it should fix
the problem-Ymagic-offset-header (#24124)1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
60 | 61 | | |
61 | | - | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments