-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Update to Rust 1.82 #4089
Update to Rust 1.82 #4089
Conversation
Unfortunately missed some of this when updating to Rust 1.81
As with project paths, we do not want these to have the paths from the user who runs `update-rustc.sh`, but some totally generic path.
7e0b1d5
to
9650137
Compare
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.
Deleted because inlined.
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.
Deleted because it was actually unused!
@@ -7,7 +7,7 @@ error[E0005]: refutable pattern in local binding | |||
| ^^^^^^^ pattern `None` not covered | |||
| | |||
= note: `let` bindings require an "irrefutable pattern", like a `struct` or an `enum` with only one variant | |||
= note: for more information, visit https://doc.rust-lang.org/book/ch19-02-refutability.html | |||
= note: for more information, visit https://doc.rust-lang.org/book/ch18-02-refutability.html |
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.
For posterity: I am going to let this be as it is, even though it’s “wrong” now, for two reasons.
- Although it doesn't match the book, it will get updated automatically when we bump to a version which includes Update TRPL to add new Chapter 17: Async and Await rust#131859, and then will stay in sync automatically after that.
- I put in redirects in Add HTML-based redirects for previous chapter numbering #4061 so anyone who does follow this will still end up on the correct page.
Unblocks #4062