https://issues.dlang.org/show_bug.cgi?id=23901
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|All |x86_64 OS|All |Linux --- Comment #6 from Vladimir Panteleev <[email protected]> --- Please pay attention to the public import std.algorithm.mutation : move; line. Yes, it doesn't happen with the core.lifetime implementation. But, again, I don't think the problem is in Phobos or Druntime, it seems to be in the compiler. And yeah, since it's deep in the backend, it might not be reproducible on other platforms. I haven't reduced it further because it's easy to work around (use the core.lifetime implementation) but there is still probably a bug in the backend. --
