Skip to content

Instantly share code, notes, and snippets.

@Zert
Created December 29, 2013 04:51
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 Zert/8167573 to your computer and use it in GitHub Desktop.
Save Zert/8167573 to your computer and use it in GitHub Desktop.
-> % rust pkg install github.com/wycats/rust-activesupport
/Users/zert/Work/Rust/.rust/src/github.com/wycats/rust-activesupport-0.1/time.rs:45:14: 45:17 error: found `self` in ident position
/Users/zert/Work/Rust/.rust/src/github.com/wycats/rust-activesupport-0.1/time.rs:45 pub fn year(mut self, year: int) -> Time {
^~~
/Users/zert/Work/Rust/.rust/src/github.com/wycats/rust-activesupport-0.1/time.rs:45:22: 45:23 error: expected `:` but found `,`
/Users/zert/Work/Rust/.rust/src/github.com/wycats/rust-activesupport-0.1/time.rs:45 pub fn year(mut self, year: int) -> Time {
^
task <unnamed> failed at 'explicit failure', /private/tmp/rust-u62U/rust-0.8/src/libsyntax/diagnostic.rs:72
task <unnamed> failed at 'receiving on closed channel', /private/tmp/rust-u62U/rust-0.8/src/libstd/rt/comm.rs:188
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment