Rule: Internal template signature leaks through the public API¶
Canonical rule slug: internal-template-signature-changed. ← back to all rules
A public signature names an internal template whose parameters changed, so the public symbol is remangled and existing imports break.
Canonical demonstration¶
- case85_internal_template_signature_changed — Internal Template Signature Changed (🔴 BREAKING)