Skip to content

Remove nightly dependencies #15

Open
@ErichDonGubler

Description

@ErichDonGubler

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 the libc 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.

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions