-Ycheck
returns non-empty constraint assertion error from an inline method calling a macro
#16331
Labels
Milestone
Compiler version
3.2.1 and previous, also tested on d3c1c4e
Minimized code
Compiled with
-Ycheck:inlining
(or-Ycheck:all
) and-Xprint:Ycheck
Output
Expectation
Should not fail the checker phase. Heavily based on #15971 (the minimization), but unrelated the binding issue presented there. Tried to find the cause, unsuccessfully. For now all I found is that this seems to be related to the suspend mechanism, performed after expanding a macro. Hopefully I will be able to come back to this one day.
The text was updated successfully, but these errors were encountered: