```rust fn main() { let _ = &(5); // This does not warn } ``` [playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=4f7d927326c626229ddbc94b96fc2e71) @rustbot modify labels: +T-compiler