Open
Description
Modify
rust/src/libsyntax/feature_gate.rs
Lines 873 to 877 in a6ce9b3
to allow for multiple suggestions of the same type.
The following
rust/src/test/ui/no_crate_type.stderr
Lines 1 to 5 in a6ce9b3
should be
error: malformed `crate_type` attribute input
--> $DIR/no_crate_type.rs:2:1
|
LL | #![crate_type]
| ^^^^^^^^^^^^^^ malformed input
help: must be of the form:
|
LL | #![crate_type = "bin"]
|
LL | #![crate_type = "lib"]
|
LL | #![crate_type = "..."]
|
Metadata
Metadata
Assignees
Labels
Area: Messages for errors, warnings, and lintsArea: Suggestions generated by the compiler applied by `cargo fix`Category: An issue proposing an enhancement or a PR with one.Diagnostics: An error or lint that needs small tweaks.Low priorityRelevant to the compiler team, which will review and decide on the PR/issue.