Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent hir dump from visiting missing types
The hir dump was trying to visit init expression and types even when those were missing. gcc/rust/ChangeLog: * hir/rust-hir-dump.cc (Dump::visit): Add check for type and initial expression. Signed-off-by: Pierre-Emmanuel Patry <[email protected]>
- Loading branch information