Code: ``` rust 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.