Commit 9ddfc9e
committed
Sema: Fix crash in type resolution when tuple type contains type variables
This can happen when we're generating constraints and resolving the
type annotations written in a closure expression. Just skip the
non-copyable check in this case.
Fixes rdar://problem/143031466.1 parent e4887c7 commit 9ddfc9e
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5676 | 5676 | | |
5677 | 5677 | | |
5678 | 5678 | | |
| 5679 | + | |
5679 | 5680 | | |
5680 | 5681 | | |
5681 | 5682 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments