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-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.
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.