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

build issues with netapi32-sys : use of experimental attribute #333

Closed
eminence opened this issue Sep 30, 2016 · 3 comments
Closed

build issues with netapi32-sys : use of experimental attribute #333

eminence opened this issue Sep 30, 2016 · 3 comments

Comments

@eminence
Copy link

Is this a known or expected issue? I'm running rustc 1.14.0-nightly (289f3a4ca 2016-09-29)

   Compiling netapi32-sys v0.0.1
error: The attribute `experimental` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
 --> C:\Users\lxd\.cargo\registry\src\github.com-1ecc6299db9ec823\netapi32-sys-0.0.1\src\lib.rs:5:1
  |
5 | #![experimental]
  | ^^^^^^^^^^^^^^^^
  |
  = help: add #![feature(custom_attribute)] to the crate attributes to enable

error: aborting due to previous error

error: Could not compile `netapi32-sys`.

@retep998
Copy link
Owner

retep998 commented Sep 30, 2016

That crate is just an empty stub from a very long time ago and will likely remain so due to the winapi 0.3 transition.

@eminence
Copy link
Author

@retep998
Copy link
Owner

Yeah, there are some -sys crates that have definitions in them, but I never got around to publishing them. Anyway, I published netapi32-sys 0.2.0, since the winapi 0.3 overhaul is taking such a long time.

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

2 participants