Skip to content

Allow use of deprecated atomic::spin_loop_hint#449

Merged
m-ou-se merged 1 commit into
rust-lang:masterfrom
Thomasdezeeuw:silence_spin_loop_warning
Oct 15, 2021
Merged

Allow use of deprecated atomic::spin_loop_hint#449
m-ou-se merged 1 commit into
rust-lang:masterfrom
Thomasdezeeuw:silence_spin_loop_warning

Conversation

@Thomasdezeeuw
Copy link
Copy Markdown
Collaborator

It's replaced by hint::spin_loop, however that has only been stable
since 1.49.0. Since we still support 1.31.0 we can't use it. Once the
MSRV is updated to 1.49 we can use hint::spin_loop.

It's replaced by hint::spin_loop, however that has only been stable
since 1.49.0. Since we still support 1.31.0 we can't use it. Once the
MSRV is updated to 1.49 we can use hint::spin_loop.
@KodrAus
Copy link
Copy Markdown
Contributor

KodrAus commented May 16, 2021

Thanks @Thomasdezeeuw!

@Thomasdezeeuw
Copy link
Copy Markdown
Collaborator Author

@KodrAus can this be merged?

@m-ou-se m-ou-se merged commit ab7492e into rust-lang:master Oct 15, 2021
@Thomasdezeeuw Thomasdezeeuw deleted the silence_spin_loop_warning branch October 15, 2021 16:47
@Thomasdezeeuw
Copy link
Copy Markdown
Collaborator Author

Thanks @m-ou-se

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants