You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi,
Currently (on 1.59-nightly), bytehound doesn't compile because of the stabilization of
thread_local_const_init
feature:The feature line should be removed from the code from now on I think.
Cheers,
Gerry
The text was updated successfully, but these errors were encountered: