-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 Rust1.80.0 #32889
Update to Rust1.80.0 #32889
Conversation
Signed-off-by: Hayashi Mikihiro <[email protected]>
Signed-off-by: Hayashi Mikihiro <[email protected]>
rust-lang/rust#124047 Signed-off-by: Hayashi Mikihiro <[email protected]>
rust-lang/rust#123016 Signed-off-by: Hayashi Mikihiro <[email protected]>
rust-lang/rust#124955 Signed-off-by: Hayashi Mikihiro <[email protected]>
rust-lang/rust#125410 Signed-off-by: Hayashi Mikihiro <[email protected]>
🔨 Triggering try run (#10163579470) for Linux WPT, MacOS, Windows, Android, OpenHarmony |
Test results for linux-wpt-layout-2013 from try job (#10163579470): Flaky unexpected result (16)
Stable unexpected results that are known to be intermittent (16)
Stable unexpected results (71)
|
Test results for linux-wpt-layout-2020 from try job (#10163579470): Flaky unexpected result (15)
Stable unexpected results that are known to be intermittent (15)
|
|
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, commits have great messages, but there are some formatting changes I am not sure of (although tidy is happy?)
Signed-off-by: Hayashi Mikihiro <[email protected]>
rustc library had some changes in 1.79 & 1.80.
LazyLock
is part of standard library in 1.80Rust1.80 can replace from
lazy_static
&once_cell::sync::Lazy
tostd::LazyLock
.I would suggest updating to rust1.80 as the first step, with replace to
LazyLock
later../mach build -d
does not report any errors./mach test-tidy
does not report any errors