Did you mean editions?
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.
RUSTFLAGS='-Zpolonius=next'
Did you mean editions?
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.