Skip to content

"help" messages in compiler output is ignored #21195

Closed
@oli-obk

Description

@oli-obk
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-testsuiteArea: The testsuite used to check the correctness of rustcE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions