Oli Scherer

Results 704 comments of Oli Scherer

This is a bug: https://github.com/serde-rs/serde/issues/608

neither am I, just leave it open, we'll close it together with the other issue

It's actually pretty simple to implement this with a wrapper type: https://is.gd/42O3Ns But I agree that it's nice that Rust code is readable for people who've never seen a functional...

In case there are no variable bindings, I think we should suggest to remove the surrounding `drop`, as that is equivalent.

Looks like CI doesn't even run on windows 😱 Unfortunately I have not maintained this crate in years, I don't even remember how it works in detail, so unless someone...

idk, but if you try it out and it works, open a PR, i'll land it and publish a patch release

> There're some similar errors, but I'm unsure whether it's okay to allow these code Yea I think these all should work, too. Please fix the easy ones and add...

I am not going to get to this in the next 10 days. I'll need to review the general state of inference here and write a T-types FCP text

Array expressions normally lub their element expressions' types to ensure that things like `[5, 5_u8]` work and don't result in type mismatches. When invoking a generic function `fn foo(_: [T;...