https://issues.dlang.org/show_bug.cgi?id=20623
Mr. Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Mr. Smith <[email protected]> --- Got the same problem: void main() {} struct Struct { double member; string fun() inout { import std.conv : text; return member.text; } } --
