47
The borrow checker within
(smallcultfollowing.com)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
It's mentioned in footnote 6:
It would only work for references that are stable after the value they reference is moved. Think for example of a
&str
you get from aString
.