Bump toolchain to 18-08-2026 - #1353
Merged
Merged
Conversation
N1ark
force-pushed
the
rustc-18-08
branch
2 times, most recently
from
August 18, 2026 16:05
db115fd to
710c3b5
Compare
N1ark
force-pushed
the
rustc-18-08
branch
4 times, most recently
from
August 19, 2026 11:27
9b40c54 to
006f2a5
Compare
Nadrieril
reviewed
Aug 19, 2026
Nadrieril
reviewed
Aug 19, 2026
Nadrieril
reviewed
Aug 19, 2026
Nadrieril
reviewed
Aug 19, 2026
Nadrieril
reviewed
Aug 19, 2026
Nadrieril
requested changes
Aug 19, 2026
Nadrieril
left a comment
Member
There was a problem hiding this comment.
Looks really good! Happy with it apart from what I pointed out
Nadrieril
approved these changes
Aug 19, 2026
N1ark
force-pushed
the
rustc-18-08
branch
3 times, most recently
from
August 20, 2026 08:58
5bcf33f to
d4d5b8e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump the toolchain to 18-08-2026!
Selection of relevant PRs to explain the changes done:
ty::FnDefnow has a binder: First steps of late-bound turbofishing (place FnDef behind a dummy binder) rust-lang/rust#158632PredicatetoClausein a few places: RenameOutlivesPredicatetoOutlivesClauserust-lang/rust#160343unstable_opts.threadswithopts.jobs: rustc: Support--jobsoptions for limiting parallelism in various parts of the compiler rust-lang/rust#159675AliasTy::def_id()</3: remove AliasTy::def_id() rust-lang/rust#158013InlineConstwithAnonConst: merge DefKind::InlineConst into AnonConst rust-lang/rust#158767TryAsDynauto trait: Remove 'static requirement on try_as_dyn rust-lang/rust#150161alias_ty_kind_from_def_id: refactorTypeRelativePath::AssocItemto useAliasTermrust-lang/rust#155323UnevaluatedConsttoAliasConst: Rename UnevaluatedConst to AliasConst rust-lang/rust#158115ci: use AeneasVerif/aeneas#1277
ci: use AeneasVerif/eurydice#439