Uh oh!
There was an error while loading. Please reload this page.
der: introduce OwnedtoRef/RefToOwned traits - #797
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Guess I'll need to gate those to v1.65 since I'm making use of GAT (didn't even realize that) |
tarcieri
commented
Dec 15, 2022
MSRV bump to 1.65 seems aggressive but probably fine as 1.66 will be out momentarily and it will still be several months before these crates are released |
baloo
commented
Dec 15, 2022
I think I like the rustversion macro (https://github.com/dtolnay/rustversion) a lot for that. |
I like the situation though: The syntax moved from (1.60) to (at least 1.65) and it's now a warning. |
3c3d3a6 to
ae22f5fComparetarcieri
commented
Dec 15, 2022
I’m fine with bumping the MSRV outright. I’d prefer to avoid additional complexity just to preserve an arbitrary MSRV. |
85bc205 to
316036cComparetarcieri
commented
Dec 17, 2022
@baloo can you rebase? |
efe08f5 to
8334d10Comparetarcieri
commented
Dec 17, 2022
D'oh, got the MSRV wrong in the commit message. Mea culpa. |
This introduces the two new traits to go from a ref object to an owned object as discussed in #796
closes#796