Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking Issue for pattern types #123646

Open
1 of 4 tasks
oli-obk opened this issue Apr 8, 2024 · 1 comment
Open
1 of 4 tasks

Tracking Issue for pattern types #123646

oli-obk opened this issue Apr 8, 2024 · 1 comment
Labels
C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. F-pattern_types `#![feature(pattern_types)]` S-tracking-perma-unstable Status: The feature will stay unstable indefinitely. T-types Relevant to the types team, which will review and decide on the PR/issue.

Comments

@oli-obk
Copy link
Contributor

oli-obk commented Apr 8, 2024

This is a tracking issue for the feature gate #![feature(pattern_types).

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.

Steps

Unresolved Questions

Implementation history

@oli-obk oli-obk added the C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. label Apr 8, 2024
@fmease fmease added T-types Relevant to the types team, which will review and decide on the PR/issue. S-tracking-perma-unstable Status: The feature will stay unstable indefinitely. F-pattern_types `#![feature(pattern_types)]` labels Apr 8, 2024
@rust-lang rust-lang locked as off-topic and limited conversation to collaborators Apr 10, 2024
@oli-obk
Copy link
Contributor Author

oli-obk commented Apr 10, 2024

Tracking issues have a tendency to become unmanageable. Please open a dedicated new issue and label it with F-pattern_types for absolutely any topics you want to discuss or have questions about. See rust-lang/compiler-team#739 for details and discussions on this prospective policy.

@rust-lang rust-lang unlocked this conversation Apr 15, 2024
tgross35 added a commit to tgross35/rust that referenced this issue Aug 8, 2024
…ompiler-errors

Add tracking issue to core-pattern-type

While the actual `pattern_types` feature flag has an issue assigned, the exported macro and its module do not.

cc rust-lang#123646
rust-timer added a commit to rust-lang-ci/rust that referenced this issue Aug 8, 2024
Rollup merge of rust-lang#128800 - clarfonthey:core-pattern-type, r=compiler-errors

Add tracking issue to core-pattern-type

While the actual `pattern_types` feature flag has an issue assigned, the exported macro and its module do not.

cc rust-lang#123646
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. F-pattern_types `#![feature(pattern_types)]` S-tracking-perma-unstable Status: The feature will stay unstable indefinitely. T-types Relevant to the types team, which will review and decide on the PR/issue.
Projects
Status: Todo
Development

No branches or pull requests

2 participants