You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
foo.rs:6:12: 6:15 error: failed to resolve. Maybe a missing `extern crate std`?
foo.rs:6 #[deriving(PartialEq)]
^~~
note: in expansion of #[deriving]
foo.rs:6:1: 6:23 note: expansion site
foo.rs:6:12: 6:21 error: attempt to implement a nonexistent trait `std::cmp::PartialEq`
foo.rs:6 #[deriving(PartialEq)]
^~~~~~~~~
note: in expansion of #[deriving]
foo.rs:6:1: 6:23 note: expansion site
error: aborting due to 2 previous errors
gives
requiring this workaround:
rustc 0.12.0-pre (e11cb5b 2014-08-20 16:25:53 +0000)
The text was updated successfully, but these errors were encountered: