Handle methodcalls & operators in patterns

This commit is contained in:
Lieselotte
2024-01-28 16:12:21 +01:00
parent 6351247048
commit 6f014a81b2
29 changed files with 809 additions and 66 deletions

View File

@@ -53,6 +53,7 @@ bitflags::bitflags! {
const CONST_EXPR = 1 << 2;
const ALLOW_LET = 1 << 3;
const IN_IF_GUARD = 1 << 4;
const IS_PAT = 1 << 5;
}
}