gchp / iota

A terminal-based text editor written in Rust
MIT License
1.63k stars 81 forks source link

Can not compile with Rust 1.0.0-beta5 #104

Closed alkan closed 8 years ago

alkan commented 9 years ago

tmpfile dependency fails while compiling with the followin error:

/home/ayhan/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-0.2.0/src/lib.rs:1:1: 1:34 error: unstable feature /home/ayhan/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-0.2.0/src/lib.rs:1 #![feature(convert, from_raw_os)] ^~~~~~~~~ note: this feature may not be used in the beta release channel error: aborting due to previous error

gchp commented 9 years ago

Yeah, I'm not sure how to get around this really. There's a few dependencies which don't compile on beta, tempfile being one of them. I'd like to make Iota work with the beta release, but I'm not sure if its going to be possible. Unfortunately for now we are restricted to the nightly channel.

gchp commented 9 years ago

I'll leave this issue open though, because its something I'd like to investigate a bit more. Hopefully others might have some suggestions too!

vinipsmaker commented 9 years ago

I can compile with Rust 1.0.0. Issue closed?

gchp commented 8 years ago

Long since resolved :)