-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Add tracking issue for sized_hierarchy #150596
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
Conversation
|
r? @fee1-dead rustbot has assigned @fee1-dead. Use |
| (internal, pattern_types, "1.79.0", Some(123646)), | ||
| /// Allows using `#[prelude_import]` on glob `use` items. | ||
| (internal, prelude_import, "1.2.0", None), | ||
| /// Used to identify crates that contain the profiler runtime. | ||
| (internal, profiler_runtime, "1.18.0", None), | ||
| /// Allows using `rustc_*` attributes (RFC 572). | ||
| (internal, rustc_attrs, "1.0.0", None), | ||
| /// Introduces a hierarchy of `Sized` traits (RFC 3729). | ||
| (unstable, sized_hierarchy, "1.89.0", None), | ||
| /// Allows using the `#[stable]` and `#[unstable]` attributes. | ||
| (internal, staged_api, "1.0.0", None), | ||
| /// Added for testing unstable lints; perma-unstable. | ||
| (internal, test_unstable_lint, "1.60.0", None), | ||
| /// Helps with formatting for `group_imports = "StdExternalCrate"`. | ||
| (unstable, unqualified_local_imports, "1.83.0", Some(138299)), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Although not related to this PR, pattern_types and unqualified_local_imports are included in the no-tracking-issues group despite being tracking issues. I'm trying to move them to the group below. Should I separate them from this PR? Or is it better to just make a separate commit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doing it in this PR seems fine
|
r? BoxyUwU |
|
@bors r+ rollup |
tracking issue #144404