Skip to content

2020-07-13

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jul 10:41
· 23982 commits to master since this release
5ca7cd9
Merge #5331

5331: Fix #4966 r=flodiebold a=flodiebold

We add a level of binders when converting our function pointer to Chalk's; we need to remove it again on the way back.

Fixes #4966.

Co-authored-by: Florian Diebold <florian.diebold@freiheit.com>