Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uprustc nightlies break on any dependency that relies on parking_lot 0.9 #26644
Labels
Comments
|
If I remember correctly use of inline assembly is an optional optimization in |
|
Ah sorry, you already wrote the same at the end of your message. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a hard error in the compiler, not a warning that we can ignore. We can't upgrade our rustc nightly until we update beyond:
We can also remove the use of the
nightlyfeature from layout_thread and layout_thread_2020 which allows the build to complete.