Param.vsafe

The --transition=safe switch should only be used to show code with silent semantics changes related to @safe improvements. It should not be used to hide a feature that will have to go through deprecate-then-error before becoming default.

struct Param
bool vsafe;
Suggestion Box / Bug Report