Skip to content

Fix panic on export (issue #806)

Roland Kovács requested to merge zen3ger/ion:export-panic into master

Addition of hmap and bmap causes typed export to panic. Instead of unreachable!() print error message that type is unsupported.

Closes #806 (closed)

Merge request reports