https://issues.dlang.org/show_bug.cgi?id=22283
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #6 from Dlang Bot <[email protected]> --- @Geod24 created dlang/druntime pull request #3592 "[stable] Fix 22283: Weird error in object with inline and preview=in" fixing this issue: - 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 --
