Popular repositories
435 contributions in the last year
Less
More
Activity overview
Contribution activity
February 2021
Created an issue in rust-lang/rust that received 2 comments
Recursive type of infinite size is undetected until MIR optimiziations
#![allow(incomplete_features)] #![feature(generic_associated_types)] trait Trait { type Type<T>; } impl Trait for u8 { type Type<T> = T; } struct S<…
2
comments

