-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
A-arrayArea: `[T; N]`Area: `[T; N]`C-bugCategory: This is a bug.Category: This is a bug.F-generic_arg_inferUsing `_` as a const argument: #![feature(generic_arg_infer)]`Using `_` as a const argument: #![feature(generic_arg_infer)]`F-marker_trait_attr`#![feature(marker_trait_attr)]``#![feature(marker_trait_attr)]`T-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.T-typesRelevant to the types team, which will review and decide on the PR/issue.Relevant to the types team, which will review and decide on the PR/issue.
Description
See the FCP writeup for inference of inferred repeat expr counts: #139635 (comment)
Once marker traits are stable we should experiment with a RepeatExprWf
lang item trait in core with marker impls for [T: Copy; N]
, [T; 0]
and [T; 1]
which will allow for proper ability to defer/stall the repeat expr wf checks.
Metadata
Metadata
Assignees
Labels
A-arrayArea: `[T; N]`Area: `[T; N]`C-bugCategory: This is a bug.Category: This is a bug.F-generic_arg_inferUsing `_` as a const argument: #![feature(generic_arg_infer)]`Using `_` as a const argument: #![feature(generic_arg_infer)]`F-marker_trait_attr`#![feature(marker_trait_attr)]``#![feature(marker_trait_attr)]`T-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.T-typesRelevant to the types team, which will review and decide on the PR/issue.Relevant to the types team, which will review and decide on the PR/issue.