How can I make this not compile (y use after drop x)? I want y to have the lifetime of the Guard x (&x), not the lifetime of the string ('static in this case) https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=aad133685ffdee3ac7037a5cb1f76a32
A browser interface to the Rust compiler to experiment with the language