-
Notifications
You must be signed in to change notification settings - Fork 8
The restricted_std error message is confusing #87
Copy link
Copy link
Open
rust-lang/rust
#123360Labels
S-needs-designStatus: needs design workStatus: needs design workplan before stabilizationThis needs a plan for how to address before stabilization, but does not need to be implemented.This needs a plan for how to address before stabilization, but does not need to be implemented.
Metadata
Metadata
Assignees
Labels
S-needs-designStatus: needs design workStatus: needs design workplan before stabilizationThis needs a plan for how to address before stabilization, but does not need to be implemented.This needs a plan for how to address before stabilization, but does not need to be implemented.
Type
Fields
Give feedbackNo fields configured for issues without a type.
If you attempt to build a no-std target, and you forget to include
#, then it results in a fairly confusing error:I think that will be a frequent error that will be challenging for users to understand.
I don't know how to address that. It might be nice if cargo could know whether or not a target is intended to support "std", but that sounds challenging.