Skip to content

2021-04-12

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 04:58
7be0613
Merge #8469

8469: Remove assertion in impl collection r=flodiebold a=flodiebold

This condition should always be true for *valid* code, but of course
there might be invalid code or things that we can't currently resolve.

Fixes #8464.

Co-authored-by: Florian Diebold <flodiebold@gmail.com>