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

--- Comment #6 from yazan.dab...@gmail.com ---
I don't think this should be closed. The implementation only provides file and
line information. Function names are still extracted using `backtrace_symbols`
which, AFAIR, need `--export-dynamic`.
BTW, the reason that the implementation is not @nogc is
`core.demangle.demangle` function only.

--

Reply via email to