https://issues.dlang.org/show_bug.cgi?id=16180
--- Comment #2 from Maik Klein <[email protected]> --- Okay I found the bug. It was using emsi_container as a dependency, even though I did not use it. It seems to have a dependency on std.experimental.allocator version 2.70, which then somehow overshadowed the current version of std.experimental.allocator. And the bug that I am reporting still existed in 2.70 but seems to be fixed in 2.71. So I guess I maybe should report this as an dub issue? --
