FuncDeclaration.safetyViolation

In case of failed @safe inference, store the error that made the function @system for better diagnostics

class FuncDeclaration
AttributeViolation* safetyViolation;

Meta