Commit 6b7d300
committed
Fix lifetime inference with older .swiftinterface files.
This was fix was accidentally not include in the previous commit,
which breaks older .swiftinterface files without it:
commit 75ba7a8
Merge: befc15e d41c4d4
Author: Andrew Trick <[email protected]>
Date: Wed Mar 19 18:22:35 2025
Merge pull request swiftlang#80064 from atrick/lifetime-inference
LifetimeDependence: implement strict type checking1 parent 1b1274f commit 6b7d300
File tree
2 files changed
+2
-2
lines changed- lib/AST
- test/SIL/Parser
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
| 337 | + | |
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments