Should shift int/uint tests around to avoid code repetition #22535
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Currently within
we have, after things that do use
$T
, the pair of tests:that do not reference
$T
.As far as I can tell, these tests do not need to be inside the macro definition. They should live outside it, so that we will not generate code for them and redundantly run them once for every integer type variant.
The text was updated successfully, but these errors were encountered: