Daniel Henry-Mantilla

Results 82 comments of Daniel Henry-Mantilla
trafficstars

Same here, will have to learn a bit more about the compiler representation of variance, but language-wise, it is a topic I am well acquainted with and would like to...

In order to handle the general ``-generic case, we'd need to be able to emit the following code: ```rs #![feature(generic_const_exprs)] pub struct MyStruct { a: T, b: u8, } pub...