Skip to content
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

Hide __LOAD_NEON_MODULE by using #[used] on a private static. #204

Closed
eddyb opened this issue Apr 13, 2017 · 3 comments
Closed

Hide __LOAD_NEON_MODULE by using #[used] on a private static. #204

eddyb opened this issue Apr 13, 2017 · 3 comments

Comments

@eddyb
Copy link
Contributor

eddyb commented Apr 13, 2017

See rust-lang/rust#39987. Still unstable, so you may want to wait for stabilization (if it's happening soon).

@RReverser
Copy link
Contributor

@eddyb This is so great. Literally few minutes ago had to workaround this via std::sync::{Once, ONCE_INIT}.

@dherman
Copy link
Collaborator

dherman commented Oct 11, 2017

Here's the tracking issue: rust-lang/rust#40289

When it lands in Rust stable we can use it ASAP.

@kjvalencik
Copy link
Member

The Node-API backend uses a magic symbol name instead.

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

4 participants