Rule: Default argument removed¶
Canonical rule slug: default-argument-removed. ← back to all rules
A parameter loses its default, so consumer calls that omitted the argument no longer compile.
Canonical demonstration¶
- case123_default_argument_removed — Default Argument Removed (🟠 API_BREAK)