[Bug] [move] [compiler] incorrect error message when using wrong operator · Issue #132 · diem/move · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran through a simple move tutorial and I accidentally used '=' when I meant '==' and the error message told me I was missing an end parenthesis when it is clear from the error message that I am not. See embedded screenshot below.
Uh oh!
There was an error while loading. Please reload this page.
🐛 Bug
I ran through a simple move tutorial and I accidentally used '=' when I meant '==' and the error message told me I was missing an end parenthesis when it is clear from the error message that I am not. See embedded screenshot below.
To reproduce
Code snippet to reproduce
Stack trace/error message

Expected Behavior
Error should flag incorrect use of an assignment operator or something along these lines
System information
Mac OS 12.2.1
The text was updated successfully, but these errors were encountered: