Skip to content

Tracking issue for release notes of #137944: Sized Hierarchy: Part I #142467

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

Open
rustbot opened this issue Jun 13, 2025 · 3 comments
Open

Tracking issue for release notes of #137944: Sized Hierarchy: Part I #142467

rustbot opened this issue Jun 13, 2025 · 3 comments
Labels
A-trait-system Area: Trait system relnotes Marks issues that should be documented in the release notes of the next release. relnotes-tracking-issue Marks issues tracking what text to put in release notes. T-types Relevant to the types team, which will review and decide on the PR/issue.

Comments

@rustbot
Copy link
Collaborator

rustbot commented Jun 13, 2025

This issue tracks the release notes text for #137944.

cc @davidtwco, @oli-obk, @lcnr -- original issue/PR authors and assignees for drafting text

See the forge.rust-lang.org chapter about release notes for an overview of how the release team makes use of these tracking issues.

Release notes text

This section should be edited to specify the correct category(s) for the change, with succinct description(s) of what changed. Some things worth considering:

  • Does this need an additional compat notes section?
  • Was this a libs stabilization that should have additional headers to list new APIs under Stabilized APIs and Const Stabilized APIs?
# Compatibility Notes
- [Sized Hierarchy: Part I](https://github.com/rust-lang/rust/pull/137944)
  - Introduces a small breaking change affecting `?Sized` bounds on impls on recursive types which contain associated type projections. It is not expected to affect any existing published crates. Can be fixed by refactoring the involved types or opting into the `sized_hierarchy` unstable feature. See the [FCP report](https://github.com/rust-lang/rust/pull/137944#issuecomment-2912207485) for a code example.

Tip

Use the previous releases for inspiration on how to write the release notes text and which categories to pick.

Release blog section

If this change is notable enough for inclusion in the blog post then this section should be edited to contain a draft for the blog post. Otherwise leave it empty.

Note

If a blog post section is required the release-blog-post label should be added (@rustbot label +release-blog-post) to this issue as otherwise it may be missed by the release team.

@rustbot rustbot added A-testsuite Area: The testsuite used to check the correctness of rustc A-attributes Area: Attributes (`#[…]`, `#![…]`) relnotes Marks issues that should be documented in the release notes of the next release. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) A-rustdoc-search Area: Rustdoc's search feature A-rustdoc-json Area: Rustdoc JSON backend T-types Relevant to the types team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver) needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. A-run-make Area: port run-make Makefiles to rmake.rs T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output. F-autodiff `#![feature(autodiff)]` relnotes-tracking-issue Marks issues tracking what text to put in release notes. A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` labels Jun 13, 2025
@workingjubilee
Copy link
Member

workingjubilee commented Jun 13, 2025

This needs to be about the breaking change we're accepting to land this even as an experiment.

We could also promote using the nightly features though.

@davidtwco
Copy link
Member

I've written up the Release notes text, with the category "Internal changes", though I wasn't sure because obviously the breaking change is potentially user impacting, so maybe "Language" would have been more relevant - please change it if I've picked the wrong category. Release blog section left blank.

@workingjubilee workingjubilee removed the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Jun 13, 2025
@Noratrieb
Copy link
Member

We have the section compat notes exactly for breaking changes

@fmease fmease added A-trait-system Area: Trait system and removed A-testsuite Area: The testsuite used to check the correctness of rustc A-attributes Area: Attributes (`#[…]`, `#![…]`) T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) A-rustdoc-search Area: Rustdoc's search feature A-rustdoc-json Area: Rustdoc JSON backend WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver) A-run-make Area: port run-make Makefiles to rmake.rs T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output. F-autodiff `#![feature(autodiff)]` A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` labels Jun 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-trait-system Area: Trait system relnotes Marks issues that should be documented in the release notes of the next release. relnotes-tracking-issue Marks issues tracking what text to put in release notes. T-types Relevant to the types team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

5 participants