Skip to content

thread_local_const_init is being stabilized #63

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

Closed
gagbo opened this issue Dec 20, 2021 · 3 comments
Closed

thread_local_const_init is being stabilized #63

gagbo opened this issue Dec 20, 2021 · 3 comments

Comments

@gagbo
Copy link

gagbo commented Dec 20, 2021

Hi,

Currently (on 1.59-nightly), bytehound doesn't compile because of the stabilization of thread_local_const_init feature:

error[E0635]: unknown feature `thread_local_const_init`
 --> preload/src/lib.rs:1:12
  |
1 | #![feature(thread_local_const_init)]
  |            ^^^^^^^^^^^^^^^^^^^^^^^

For more information about this error, try `rustc --explain E0635`.
error: could not compile `bytehound-preload` due to previous error

The feature line should be removed from the code from now on I think.

Cheers,
Gerry

@koute
Copy link
Owner

koute commented Feb 11, 2022

Correct. Done.

@koute koute closed this as completed Feb 11, 2022
@liublue66
Copy link

How to solve it?Thank you

@gagbo
Copy link
Author

gagbo commented Mar 11, 2022

clone the repo, pull master and build from source

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

No branches or pull requests

3 participants