Skip to content
This repository was archived by the owner on Jul 13, 2019. It is now read-only.
This repository was archived by the owner on Jul 13, 2019. It is now read-only.

rusti cannot be compiled on beta or stable channels because it uses unstable Rust APIs #27

@murarth

Description

@murarth

Note to users: In order to build and run rusti, you can use rustup to install a nightly build of rusti, by using the --channel=nightly flag. Further directions can be found on the rustup page.

Now, on to the details of the issue: Some of the minor unstable features currently in use will likely be worked out and stabilized as Rust progresses; however, rusti also makes use of private_rustc features which are internal to the rustc Rust compiler crate. These APIs are, of course, necessary for compiling input Rust code. As the compiler will be in flux for quite some time, it is not clear when, if ever, these APIs will be stabilized.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions