Closed
Description
Right now if I try to build ipc-channel using stable rust (1.12.1 d4f39402a 2016-10-19) on windows, it fails with this error:
error[E0554]: #[feature] may not be used on the stable release channel
--> C:\Users\kats\zspace\mozilla-git\third_party\rust\ipc-channel\src\lib.rs:11:4
|
11 | feature(mpsc_select))]
| ^^^^^^^^^^^^^^^^^^^^^
I'm not entirely sure what mpsc_select is, because that token doesn't appear anywhere else in the repo. Can this be removed, or can be rewritten using stuff that compiles with stable rust?
/cc @Ms2ger (who originally added the line in f4fef7d)
/cc @jrmuizel as FYI
Metadata
Metadata
Assignees
Labels
No labels