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
This causes the compiler to emit two errors, neither of which is very helpful:
error: mismatched types: expected `~List<T>` but found `~List<T>` (expected type parameter but found type parameter)
error: mismatched types: expected `List<T>` but found `List<T>` (expected type parameter but found type parameter)
Activity
metajack commentedon Jul 8, 2013
Reproduced on 65ed803
thestinger commentedon Aug 19, 2013
Triage bump, still an issue. This is often caused by a mismatch between lifetimes.
dradtke commentedon Jan 10, 2014
Confirmed that this is still an issue with Rust 0.9. I ran into it playing around with linked list implementations:
This causes the compiler to emit two errors, neither of which is very helpful:
pnkfelix commentedon Jan 16, 2014
accepted for P-low.
auto merge of #18264 : jakub-/rust/var-ids-in-error-messages, r=nikom…