-
Notifications
You must be signed in to change notification settings - Fork 3
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 thelibccrate? -
#![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... -
mozjsis currently nightly-only.