Pinned
1,036 contributions in the last year
Less
More
Contribution activity
September 2021
Created 7 commits in 1 repository
Created an issue in rust-lang/rust that received 3 comments
Inefficient compilation of ? operator
Consider these two functions:
pub fn bar(x: Result<String, String>) -> Result<String, String> { Ok(x?)
} pub fn baz(x: Result<String, String>) -> R…
3
comments