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
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`.
The text was updated successfully, but these errors were encountered:
Yeah, there are some -sys crates that have definitions in them, but I never got around to publishing them. Anyway, I published netapi32-sys0.2.0, since the winapi 0.3 overhaul is taking such a long time.
Is this a known or expected issue? I'm running
rustc 1.14.0-nightly (289f3a4ca 2016-09-29)
The text was updated successfully, but these errors were encountered: