|
147 | 147 | msg: >-
|
148 | 148 | unrecognized accessor kind '%0' in SDK node
|
149 | 149 |
|
150 |
| -- id: pound_source_location_creates_pound_file_conflicts |
| 150 | +- id: source_location_creates_file_id_conflicts |
151 | 151 | msg: >-
|
152 |
| - '#sourceLocation' directive produces '#file' string of '%0', which |
153 |
| - conflicts with '#file' strings produced by other paths in the module |
| 152 | + '#sourceLocation' directive produces '#fileID' string of '%0', which |
| 153 | + conflicts with '#fileID' strings produced by other paths in the module |
154 | 154 |
|
155 | 155 | - id: fixit_correct_source_location_file
|
156 | 156 | msg: >-
|
|
1343 | 1343 | only function declarations may be marked 'rethrows'; did you mean
|
1344 | 1344 | 'throws'?
|
1345 | 1345 |
|
1346 |
| -- id: throws_in_wrong_position |
| 1346 | +- id: async_or_throws_in_wrong_position |
1347 | 1347 | msg: >-
|
1348 |
| - 'throws' may only occur before '->' |
1349 |
| -
|
1350 |
| -- id: rethrows_in_wrong_position |
1351 |
| - msg: >- |
1352 |
| - 'rethrows' may only occur before '->' |
| 1348 | + %select{'throws'|'rethrows'|'async'}0 may only occur before '->' |
1353 | 1349 |
|
1354 | 1350 | - id: throw_in_function_type
|
1355 | 1351 | msg: >-
|
|
7132 | 7128 | %0 is not a 'func', 'init', 'subscript', or 'var' computed property
|
7133 | 7129 | declaration
|
7134 | 7130 |
|
7135 |
| -- id: autodiff_attr_accessor_not_found |
7136 |
| - msg: >- |
7137 |
| - %0 does not have a '%1' accessor |
7138 |
| -
|
7139 |
| -- id: autodiff_attr_original_decl_none_valid_found |
7140 |
| - msg: >- |
7141 |
| - could not find function %0 with expected type %1 |
7142 |
| -
|
7143 | 7131 | - id: autodiff_attr_original_decl_not_same_type_context
|
7144 | 7132 | msg: >-
|
7145 | 7133 | %0 is not defined in the current type context
|
|
0 commit comments