We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
clippy_utils::consts::constant