Collapse runnable test lenses if a macro creates too many #10244
Labels
C-feature
Category: feature request
S-actionable
Someone could pick this issue up and work on it right now
Currently when a macro invocation creates more than one runnable test lens we give the lenses the functions name and still show them like here:
This works fine for a small number of lenses but can quickly become overwhelming,
include
ing bindgen output is a prime example for this:Instead we should collapse these into one special lense that offers a selection on which test to run if a macro expands to X or more lenses.
The text was updated successfully, but these errors were encountered: