-
Couldn't load subscription status.
- Fork 13.9k
1.26.2 release #51258
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
1.26.2 release #51258
Conversation
|
Do we want to also get #51051 in? Are there any other "quick fixes" we might be forgetting? |
This comment has been minimized.
This comment has been minimized.
b507e9c to
b6defb7
Compare
|
@pietroalbini Ah it seems that was done without backporting it to beta in the first place? |
`PointerKind` is included in `LoanPath` and hence forms part of the equality check; this led to having two unequal paths that both represent `*x`, depending on whether the `*` was inserted automatically or explicitly. Bad mojo. The `note` field, in contrast, is intended more-or-less primarily for this purpose of adding extra data.
b6defb7 to
7093b11
Compare
|
@bors r=nikomatsakis p=300 (stable artifacts) |
|
📌 Commit 7093b11 has been approved by |
1.26.2 release This includes a backport of #51235 which fixes #51117 on stable. It has not been tested. r? @nikomatsakis since the backport was not clean. cc @rust-lang/core @rust-lang/release
|
☀️ Test successful - status-appveyor, status-travis |
This includes a backport of #51235 which fixes #51117 on stable. It has not been tested.
r? @nikomatsakis since the backport was not clean.
cc @rust-lang/core @rust-lang/release