https://issues.dlang.org/show_bug.cgi?id=20552
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from RazvanN <[email protected]> --- Compiling this with git HEAD yields: /home/razvan/dmd/phobos/std/traits.d(3727): Deprecation: function `std.typecons.Nullable!string.Nullable.get_` is deprecated - Implicit conversion with `alias Nullable.get this` will be removed after 2.096. Please use `.get` explicitly. /home/razvan/dmd/druntime/import/core/internal/traits.d(233): instantiated from here: `F!(Nullable!string)` /home/razvan/dmd/phobos/std/meta.d(880): instantiated from here: `anySat!(hasElaborateAssign, Nullable!string)` /home/razvan/dmd/phobos/std/traits.d(3729): instantiated from here: `anySatisfy!(hasElaborateAssign, Nullable!string)` /home/razvan/dmd/druntime/import/core/internal/traits.d(233): ... (5 instantiations, -v to show) ... /home/razvan/dmd/phobos/std/array.d(3468): instantiated from here: `emplaceRef!(StructWithNullable, StructWithNullable, StructWithNullable)` test.d(12): instantiated from here: `put!(StructWithNullable)` Note that the instantion point (test.d(12)) is present in the output, so this is a phobos issue, not a dmd one. Changing component to reflect that. --
