Skip to content

Instantly share code, notes, and snippets.

@simias
Created April 10, 2015 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simias/cdd520b5db9308fb02d9 to your computer and use it in GitHub Desktop.
Save simias/cdd520b5db9308fb02d9 to your computer and use it in GitHub Desktop.
Compiling rustbook v0.3.0 (file:///home/simias/src/rustbook)
src/main.rs:13:1: 13:18 error: unstable feature
src/main.rs:13 #![feature(core)]
^~~~~~~~~~~~~~~~~
note: this feature may not be used in the beta release channel
src/main.rs:14:1: 14:25 error: unstable feature
src/main.rs:14 #![feature(exit_status)]
^~~~~~~~~~~~~~~~~~~~~~~~
note: this feature may not be used in the beta release channel
src/main.rs:15:1: 15:21 error: unstable feature
src/main.rs:15 #![feature(rustdoc)]
^~~~~~~~~~~~~~~~~~~~
note: this feature may not be used in the beta release channel
src/main.rs:16:1: 16:27 error: unstable feature
src/main.rs:16 #![feature(rustc_private)]
^~~~~~~~~~~~~~~~~~~~~~~~~~
note: this feature may not be used in the beta release channel
src/main.rs:17:1: 17:32 error: unstable feature
src/main.rs:17 #![feature(path_relative_from)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
note: this feature may not be used in the beta release channel
error: aborting due to 5 previous errors
Could not compile `rustbook`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment