Commit 1203074
authored
Merge pull request swiftlang#34527 from DougGregor/global-actor-struct-property
[Concurrency] Disallow global actor annotations on stored properties of structsFile tree
3 files changed
+14
-1
lines changed- include/swift/AST
- lib/Sema
- test/attr
3 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4270 | 4270 | | |
4271 | 4271 | | |
4272 | 4272 | | |
| 4273 | + | |
| 4274 | + | |
4273 | 4275 | | |
4274 | 4276 | | |
4275 | 4277 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
419 | 428 | | |
420 | 429 | | |
421 | 430 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
0 commit comments