Home
last modified time | relevance | path

Searched refs:STATIC_NEG_ONE (Results 1 – 2 of 2) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dmodulo_one.rs5 static STATIC_NEG_ONE: i64 = 1 - 2; const
20 5 % STATIC_NEG_ONE; // NOT caught by lint in main()
22 INT_MIN % STATIC_NEG_ONE; // ONLY caught by rustc in main()
H A Dmodulo_one.stderr18 LL | INT_MIN % STATIC_NEG_ONE; // ONLY caught by rustc