steam_lover@sh.itjust.works to Rust Programming@lemmy.ml · 21 days agoEnabling the next iteration of the borrow checker on nightlyblog.rust-lang.orgexternal-linkmessage-square5linkfedilinkarrow-up136arrow-down11cross-posted to: rust@programming.dev
arrow-up135arrow-down1external-linkEnabling the next iteration of the borrow checker on nightlyblog.rust-lang.orgsteam_lover@sh.itjust.works to Rust Programming@lemmy.ml · 21 days agomessage-square5linkfedilinkcross-posted to: rust@programming.dev
minus-squarethingsiplay@lemmy.mllinkfedilinkarrow-up3·21 days agoYes, I was thinking off editions, not the actual versions of Rust itself.
minus-squareBB_C@programming.devlinkfedilinkarrow-up4·21 days agoWell, if you try the reborrow example from the article with edition=2015 and RUSTFLAGS='-Zpolonius=next', you will see that it does indeed work. So the answer is yes.
Yes, I was thinking off editions, not the actual versions of Rust itself.
Well, if you try the reborrow example from the article with edition=2015 and
RUSTFLAGS='-Zpolonius=next', you will see that it does indeed work. So the answer is yes.