printScopeFailure

A scope variable was assigned to non-scope parameter v. If applicable, print why the parameter was not inferred scope.

void
printScopeFailure
(
E
)

Parameters

printFunc E

error/deprecation print function to use

v VarDeclaration

parameter that was not inferred

recursionLimit int

recursion limit for printing the reason

Meta