-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Import pattern alternatives #641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Dup of issue #449? |
Seems so. I used the wrong search term. Closing this one. |
ZuseZ4
added a commit
to EnzymeAD/rust
that referenced
this issue
Jan 10, 2023
13e8f32b0b4 Merge branch 'main' into enzyme-rust e1fe6adc4fc Updating subtree f530741 Update build_tarballs.jl e020a34 Add v14.0.2 to build_tarballs.jl 06a1674 Fix forward erasure (rust-lang#653) 58d27d5 Fix antialloca (rust-lang#651) 1e083a3 Fix reverse vector mode malloc (rust-lang#641) git-subtree-dir: src/tools/enzyme git-subtree-split: 13e8f32b0b451a0d95aadede32e9191eba66ac05
ZuseZ4
pushed a commit
to EnzymeAD/rust
that referenced
this issue
Mar 7, 2023
* Fix reverse vector mode malloc
celinval
added a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The pipe character between case patterns will mean 'match either of these', as a way associate put multiple patterns with a single body. The types and bound variables of the combined patterns should agree.
The text was updated successfully, but these errors were encountered: