You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2019. It is now read-only.
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.