matches!(x, | A | B | ...)
produces strange output
#5176
Labels
matches!(x, | A | B | ...)
produces strange output
#5176
When using a leading
|
in thematches!
macro, this leads to some weird formatting looking like closure syntax:The text was updated successfully, but these errors were encountered: