-
Notifications
You must be signed in to change notification settings - Fork 466
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
rust: Upgrade to 1.83.0 #30872
rust: Upgrade to 1.83.0 #30872
Conversation
8732eba
to
7cc962b
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.
LGTM
type DatumIter<'short> | ||
= DatumSeq<'short> | ||
where | ||
Self: 'short; |
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.
Lol, how does rustfmt
find this better
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.
Lol I know, I was quite surprised with this one 😂
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.
I hope no compilation time regressions this time!
7cc962b
to
f71cabd
Compare
786194c
to
7364bba
Compare
This PR does two things:
1.83.0
, and fixes a bunch of clippy lintsupgrade-rust.md
to include how to upgrade Rust for BazelMotivation
Get us on a newest version of Rust
Checklist
$T ⇔ Proto$T
mapping (possibly in a backwards-incompatible way), then it is tagged with aT-proto
label.