Diagnostics when trying to do pointer arithmetic like in C #112252
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
Current output
Desired output
Suggest using
.offset
(or.add
) for addition, and.offset_from
for subtraction.The text was updated successfully, but these errors were encountered: