Open
Description
This issue will probably be pretty long-lived, as there are several features we use that rely upon nightly:
-
#![feature(const_fn)]
-
#![feature(fnbox)]
-
#![feature(libc)]
<- perhaps we could fix this by using thelibc
crate? -
#![feature(refcell_replace_swap)]
<- waiting for landing in stable -
#![feature(trace_macros)]
<- This could probably be removed easily. -
#![feature(alloca)]
<- We almost certainly don't actually need this... -
mozjs
is currently nightly-only.