https://issues.dlang.org/show_bug.cgi?id=22283
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #7 from Dlang Bot <[email protected]> --- dlang/druntime pull request #3592 "[stable] Fix 22283: Weird error in object with inline and preview=in" was merged into master: - 096fa3656feece08d2fce6cd018f6bdacf83c175 by Geod24: Fix 22283: Weird error in object with inline and preview=in This happens because preview=in uses a 'stronger' version of 'in', which makes 'scope const' and 'in' parameters not covariant. Why it triggers with '-inline' and not without is anyone's guess. https://github.com/dlang/druntime/pull/3592 --
