Skip to content

v0.20.6

Choose a tag to compare

@bobbinth bobbinth released this 04 Feb 23:15
· 783 commits to main since this release
4b3ce6d
  • Fixed issue with link-time symbol resolution that prevented referencing an imported item as locally-defined, e.g. an import like use some::module::CONST used via something like emit.CONST would fail to resolve correctly. #2637