https://issues.dlang.org/show_bug.cgi?id=22374

elpenguin...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |elpenguin...@gmail.com

--- Comment #2 from elpenguin...@gmail.com ---
I've just encountered this as well. Still fails on DMD 2.101.1 with the same
missing symbol, but when combined with -allinst, it fails in a subtly different
way: 
```
/dlang/dmd/linux/bin64/../../src/phobos/std/variant.d:941: error: undefined
reference to
'_D4core8internal7dassert__T14_d_assert_failTbZQtFNaNbNiNfMxAyaxbZAya'
```

This one is a `pure nothrow @nogc @safe immutable(char)[]
core.internal.dassert._d_assert_fail!(bool)._d_assert_fail(scope
const(immutable(char)[]), const(bool))`

--

Reply via email to