]> git.lizzy.rs Git - rust.git/blob - src/test/ui/block-expr-precedence.stderr
Add test for issue-57200
[rust.git] / src / test / ui / block-expr-precedence.stderr
1 warning: unnecessary trailing semicolons
2   --> $DIR/block-expr-precedence.rs:60:21
3    |
4 LL |   if (true) { 12; };;; -num;
5    |                     ^^ help: remove these semicolons
6    |
7    = note: `#[warn(redundant_semicolons)]` on by default
8