Niclas Schwarzlose
Niclas Schwarzlose
Since rust-lang/rust#74060 now stabilizes trait implementations for all array lengths, this will be possible once 1.47 is released (which should happen 2020-10-08 if I didn't miscount).
Unfortunately this restriction has only been lifted for function-like proc-macros. pre uses attribute proc-macros, where this restriction still applies. The following code still fails on 1.45 ```rust fn main() {...
> Ergh, I obviously misunderstood the situation. No worries, I had to double check as well, when I read the patch notes.
Thanks! I have never used GitHub Pages before. I'll look into it when I have the time (most likely after the thesis is due).
> Unfortunately, that code breaks if the `Future` in question is larger (or more-aligned than) `[usize; 3]`. While it's always possible to write Rust code that relies on a type's...
The test failure seems unrelated? If not I am unsure how to proceed here and would be grateful for pointers.