-
-
Notifications
You must be signed in to change notification settings - Fork 15k
wrong help message #139839
Copy link
Copy link
Closed
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lintsT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lintsT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I tried this code:
I expected to see this happen:
when rustc tell me
and give me a right help message, to add the
movekeyword after thegenInstead, this happened:
it give me
follow this help message, now rustc report
so I have to tried
async gen move, and it works for meMeta
rustc --version --verbose:Backtrace