rust/tests/ui/size_of_in_element_count
Marijn Suijten d4bf59b6ef size_of_in_element_count: Disable lint on division by byte-size
It is fairly common to divide some length in bytes by the byte-size of a
single element before creating a `from_raw_parts` slice or similar
operation. This lint would erroneously disallow such expressions.

Just in case, instead of simply disabling this lint in the RHS of a
division, keep track of the inversion and enable it again on recursive
division.
2021-01-19 20:05:40 +01:00
..
expressions.rs size_of_in_element_count: Disable lint on division by byte-size 2021-01-19 20:05:40 +01:00
expressions.stderr size_of_in_element_count: Disable lint on division by byte-size 2021-01-19 20:05:40 +01:00
functions.rs
functions.stderr