Pinned
37 contributions in the last year
Less
More
Contribution activity
April - May 2021
koute has no activity
yet for this period.
March 2021
Created an issue in rust-lang/rust that received 1 comment
Compilation fails with "overflow evaluating the requirement" when an unrelated impl for a reference is present
Consider the following code: struct Wrapper<T>(T); impl<'a, T> IntoIterator for &'a Wrapper<T> where &'a T: IntoIterator { type Item = <&'a T as In…
1
comment