you_can::turn_off_the_borrow_checker
The macro looks for references created in the code by use of the & or &mut operators or the ref and ref mut bindings, and wraps them with ::unbounded::reference() to unbind their lifetimes, causing the borrow checker to effectively ignore them.
docs.rs/you-can…ker.html
А ведь прикольно.