Skip to content

TYP207

TYP207 — face is not dyn-safe

SubsystemType checking
Severityerror

dyn Face requires every method to take self, return something other than Self, and carry no method-level type parameters (Clone.clone -> Self precludes it). Use a generic bound <T: Face> instead, or pick a dyn-safe face. See spec/faces.md §“dyn-safety”.

From your terminal:

Terminal window
q64 explain TYP207