Closed
Description
issue-11714.rs
Line 14: ; //~ HELP consider removing this semicolon:
issue-13428.rs
Line 18: ; //~ HELP consider removing this semicolon
Line 23: ; //~ HELP consider removing this semicolon
issue-2354.rs
Line 11: fn foo() { //~ HELP did you mean to close this delimiter?
liveness-return-last-stmt-semi.rs
Line 20: x * 2; //~ HELP consider removing this semicolon
parenthesized-box-expr-message.rs
Line 12: box(1 + 1) //~ HELP perhaps you meant `box() (foo)` instead?
Removing these will still pass make check.