On Friday, 6 March 2020 at 04:56:28 UTC, Marcone wrote:
Is it possible change compile time errors to runtime errors in Dlang?
no
If yes, how can I make it?
if you deactivate all the errors emitted during the semantic then there are very good chance that the compiler crashes while generating code.