We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
=>
Code:
if true => { }
Output:
error: expected `{`, found `=>` --> expr.rs:5:10 | 5 | if true => { } | ^^ | = help: place this code inside a block
"Place this code inside a block" doesn't make any sense here.