danielhenrymantilla / nougat.rs

(lifetime) GATs on stable Rust
https://docs.rs/nougat
Apache License 2.0
56 stars 6 forks source link

Reduce MSRV #4

Closed danielhenrymantilla closed 2 years ago

danielhenrymantilla commented 2 years ago

I went for a quite high initial MSRV, so that I could focus on other things. But in order to make this crate even more useful, it would be nice to try and target the lowest possible Rust version properly supporting these higher-order-lifetime contraints (I know some older versions struggled with such situations (a.k.a., the infamous "lazy normalization" bugs), so I doubt we could reach the <1.50, but we never know 🤞)

danielhenrymantilla commented 2 years ago

Done in #7