https://issues.dlang.org/show_bug.cgi?id=20925
--- Comment #7 from Manu <[email protected]> --- > and `pragma(inline, false)` mean > never-inline-into-any-callers-and-only-emit-into-owning-CU just isn't sound. Fair. This is where the forum thread should have gone. Alternative suggestions welcome... but it still needs to work. To be fair though; `pragma(inline, false)` isn't really clear from any perspective. What should it mean normally? Is it supposed to mean something useful? I don't think it's likely anyone would ever want that. --
