1
Fork 0

Add new pattern_complexity attribute to add possibility to limit and check recursion in pattern matching

This commit is contained in:
Guillaume Gomez 2024-03-02 22:48:41 +01:00
parent 5257aee7dd
commit be31b6b6cd
8 changed files with 56 additions and 6 deletions

View file

@ -1273,6 +1273,7 @@ symbols! {
pat,
pat_param,
path,
pattern_complexity,
pattern_parentheses,
phantom_data,
pic,