Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. Sam@Sam-PC MINGW64 /d/Documents/LLADI/server_src/lladi
  2. $ cargo run
  3. Compiling lladi v0.3.1 (file:///D:/Documents/LLADI/server_src/lladi)
  4. src\main.rs:1:1: 1:35 error: #[feature] may not be used on the stable release channel
  5. src\main.rs:1 #![feature(custom_derive, plugin)]
  6. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7. error: aborting due to previous error
  8. Could not compile `lladi`.
  9.  
  10. To learn more, run the command again with --verbose.
  11.  
  12. Sam@Sam-PC MINGW64 /d/Documents/LLADI/server_src/lladi
  13. $ cargo --version
  14. cargo 0.4.0-nightly (15b497b 2015-07-08) (built 2015-07-10)
  15.  
  16. Sam@Sam-PC MINGW64 /d/Documents/LLADI/server_src/lladi
  17. $ rustc --version
  18. rustc 1.2.0 (082e47636 2015-08-03)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement