Skip to content

Conversation

@nnethercote
Copy link
Collaborator

  • rustc_attr_data_structures was moved to rustc_hir::attrs.
  • BuilderMethods::tail_call was added. It's currently todo!().
  • tcx.get_attrs_unchecked(...) was replaced with tcx.get_all_attrs(...).
  • TyCtxt::impl_of_method was renamed TyCtxt::impl_of_assoc.
  • WriteBackendMethods::run_link was removed as part of the removal of -Zcombine-cgu.
  • Need to update target_feature_base_cc.stderr for another innocuous looking DWARF .loc entry change.

- `rustc_attr_data_structures` was moved to `rustc_hir::attrs`.
- `BuilderMethods::tail_call` was added. It's currently `todo!()`.
- `tcx.get_attrs_unchecked(...)` was replaced with `tcx.get_all_attrs(...)`.
- `TyCtxt::impl_of_method` was renamed `TyCtxt::impl_of_assoc`.
- `WriteBackendMethods::run_link` was removed as part of the
  removal of `-Zcombine-cgu`.
- Need to update `target_feature_base_cc.stderr` for another innocuous
  looking DWARF `.loc` entry change.
@nnethercote
Copy link
Collaborator Author

It's only a one week bump, because I tried subsequently bumping another week and hit a tricky case (dealing with rust-lang/rust#144192). So I figure I'll put this part up for now because it's easy.

Copy link
Contributor

@LegNeato LegNeato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@LegNeato LegNeato merged commit 296c182 into Rust-GPU:main Oct 16, 2025
12 checks passed
@nnethercote nnethercote deleted the update-toolchain-4 branch October 17, 2025 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants