Open
Description
#64007 introduces an overlapping ranges lint that triggers only if the beginning or the end overlap with another arms' pattern, like in 0..10
/9..20
. There should be a conversation on whether it should also trigger when the overlap is beyond that, like in 0..10
/5..15
.