-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
document constant expressions in rust.md reference manual #5551
Copy link
Copy link
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsI-needs-decisionIssue: In need of a decision.Issue: In need of a decision.P-lowLow priorityLow prioritymetabugIssues about issues themselves ("bugs about bugs")Issues about issues themselves ("bugs about bugs")
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsI-needs-decisionIssue: In need of a decision.Issue: In need of a decision.P-lowLow priorityLow prioritymetabugIssues about issues themselves ("bugs about bugs")Issues about issues themselves ("bugs about bugs")
Type
Fields
Give feedbackNo fields configured for issues without a type.
The section on "static items" (formerly entitled "constants") refers to some class of "constant expressions", but we have not defined what these are.
(I think catamorphism has noted this via comments in a few issues I have seen, but I have not seen an actual Issue for this topic; so I am promoting it to a full fledged issue.)
In particular, if we need a subgrammar, or some other sort of static analysis to classify the constant expressions correctly, then we should document it.