Jason Ozias

Results 1 issues of Jason Ozias

https://github.com/rust-lang/rust/pull/44174 landed in rust nightly and now I have to add ``` impl From for Error { fn from(infallible: Infallible) -> Self { match infallible {} } } ``` to...