iron / persistent

Middleware for sharing data between requests
43 stars 29 forks source link

Unstable feature not compiling with rustc beta #40

Closed vegai closed 9 years ago

vegai commented 9 years ago
Compiling persistent v0.0.4
/home/vesakaihlavirta/.cargo/registry/src/github.com-1ecc6299db9ec823/persistent-0.0.4/src/lib.rs:3:1: 3:18 error: unstable feature
/home/vesakaihlavirta/.cargo/registry/src/github.com-1ecc6299db9ec823/persistent-0.0.4/src/lib.rs:3 #![feature(core)]
                                                                                                    ^~~~~~~~~~~~~~~~~
note: this feature may not be used in the beta release channel
error: aborting due to previous error
   Compiling router v0.0.10
Build failed, waiting for other jobs to finish...
Could not compile `persistent`.
vegai commented 9 years ago
$ rustc --version
rustc 1.0.0-beta (9854143cb 2015-04-02) (built 2015-04-02)
reem commented 9 years ago

Closed on master.