```rust struct Foo { bar: u32, } const FOO: Foo = Foo { bar: 2 }; let _ = 10 / FOO.bar; ``` In fact, this is an issue that involves anything that uses `clippy_utils::consts::constant`. <!-- TRIAGEBOT_START --> <!-- TRIAGEBOT_ASSIGN_START --> <!-- TRIAGEBOT_ASSIGN_DATA_START$${"user":"c410-f3r"}$$TRIAGEBOT_ASSIGN_DATA_END --> <!-- TRIAGEBOT_ASSIGN_END --> <!-- TRIAGEBOT_END -->