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
We getting this error when compiling mioco on Rust1.24
private type src::sync::mpsc::ReceiverCore<T> in public interface
--> /home/cooldude/.cargo/registry/src/github.com-1ecc6299db9ec823/mioco-0.8.1/src/sync/mpsc.rs:35:5
|
35 | type Raw = ReceiverCore;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak private type
error[E0446]: private type src::timer::TimerCore in public interface
--> /home/cooldude/.cargo/registry/src/github.com-1ecc6299db9ec823/mioco-0.8.1/src/timer.rs:47:5
|
47 | type Raw = TimerCore;
| ^^^^^^^^^^^^^^^^^^^^^ can't leak private type
error: aborting due to 2 previous errors
error: Could not compile mioco.
The text was updated successfully, but these errors were encountered:
We getting this error when compiling mioco on Rust1.24
private type
src::sync::mpsc::ReceiverCore<T>
in public interface--> /home/cooldude/.cargo/registry/src/github.com-1ecc6299db9ec823/mioco-0.8.1/src/sync/mpsc.rs:35:5
|
35 | type Raw = ReceiverCore;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak private type
error[E0446]: private type
src::timer::TimerCore
in public interface--> /home/cooldude/.cargo/registry/src/github.com-1ecc6299db9ec823/mioco-0.8.1/src/timer.rs:47:5
|
47 | type Raw = TimerCore;
| ^^^^^^^^^^^^^^^^^^^^^ can't leak private type
error: aborting due to 2 previous errors
error: Could not compile
mioco
.The text was updated successfully, but these errors were encountered: