Merge pull request #3600 from rtfeldman/i3298

Various improvements to is-open constraints/catch-all branches in patterns
This commit is contained in:
Folkert de Vries 2022-07-23 12:49:35 +02:00 committed by GitHub
commit 860df057dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 182 additions and 113 deletions

View file

@ -2705,7 +2705,7 @@ pub mod test_constrain {
A _ -> Z
"#
),
"[A [M, N]*] -> [X, Y, Z]*",
"[A [M, N]] -> [X, Y, Z]*",
)
}