Highlights
- Arctic Code Vault Contributor
- Pro
Pinned
78 contributions in the last year
Contribution activity
November - December 2020
joshlf has no activity
yet for this period.
October 2020
Created an issue in rust-lang/rust that received 3 comments
Type inference results in accessing a private type, causing a compilation error
I tried this code (playground): mod foo { pub struct Public; impl AsRef<Private> for Public { fn as_ref(&self) -> &Private { &Private } } struct P…
3
comments