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
deriving-lifetime.rs:2:11: 2:14 error: Illegal anonymous lifetime: anonymous lifetimes are not permitted here
deriving-lifetime.rs:2 #[deriving(Eq)]
^~~
deriving-lifetime.rs:2:11: 2:14 error: mismatched types: expected `&int` but found `&&int` (expected int but found &-ptr)
deriving-lifetime.rs:2 #[deriving(Eq)]
^~~
deriving-lifetime.rs:2:11: 2:14 error: mismatched types: expected `&int` but found `&&int` (expected int but found &-ptr)
deriving-lifetime.rs:2 #[deriving(Eq)]
^~~
error: aborting due to 3 previous errors
(I'm almost certain is a problem in the work I started in #5640 (although it's also present in the IterBytes and Encodable deriving code), since there are no lifetime considerations in any of that code at all; I'm currently working on finishing that work which will fix this.)
The text was updated successfully, but these errors were encountered:
(I'm almost certain is a problem in the work I started in #5640 (although it's also present in the
IterBytes
andEncodable
deriving code), since there are no lifetime considerations in any of that code at all; I'm currently working on finishing that work which will fix this.)The text was updated successfully, but these errors were encountered: