Tracking Issue for Generic Constant Arguments MVP #132980
Labels
A-const-generics
Area: const generics (parameters and arguments)
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
F-min_generic_const_args
`#![feature(min_generic_const_args)]` (not yet implemented)
PG-const-generics
Project group: Const generics
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
This is a tracking issue for the prototype described in rust-lang/rust-project-goals#100.
The feature gate for the issue is
#![feature(min_generic_const_args)]
.About tracking issues
Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
Discussion comments will get marked as off-topic or deleted.
Repeated discussions on the tracking issue may lead to the tracking issue getting locked.
Steps
ConstArgKind::Path
ConstArgKind::Path
for all single-segment pathsConstArgKind::Path
for all pathsConstArgKind::Path
s for const struct/variant constructors #132985ConstArgKind::Path
for uses ofstatic
paths #132986Unresolved Questions
TODO
Implementation history
hir::ConstArg
#125915ConstArgKind::Path
for all single-segment paths, not just params undermin_generic_const_args
#131081The text was updated successfully, but these errors were encountered: