1 2 3 4
#![feature(unsafe_binders)] #![allow(incomplete_features)] pub fn woof() -> unsafe<'a> &'a str { todo!() }