Commit 885d4f4
authored
Always set
Inlining can look at `result.src` for things that are put in the global
cache via the `VolatileInferenceResult` mechanism. As a result, we need
to appropriately update the reference here or inlining will see
un-transformed (and thus potentially garbage) objects. The dataflow here
is quite confusing and should undergo a larger refactor, but this fixes
the immediate issue.result.src to the result of transform_result_for_cache (#58083)1 parent 1aeb1b0 commit 885d4f4
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
133 | | - | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
| |||
0 commit comments