Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rewriter: avoid segfaulting on non-scalar, non-struct direct types
This doesn't actually handle the type, but it avoids segfaulting and dumps the unexpected type. In this case, it happens to be a `union`, which we need to handle I believe, but we can do that in a follow-up PR.
- Loading branch information