File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -306,8 +306,10 @@ A summary of the result of the discussion can be found at the bottom of [this bl
306
306
# Drawbacks
307
307
[ drawbacks ] : #drawbacks
308
308
309
- It is not a fully general design that supports every possible use case,
310
- but it covers the most common cases. See also the alternatives.
309
+ * It is not a fully general design that supports every possible use case,
310
+ but it covers the most common cases. See also the alternatives.
311
+ * It becomes a breaking change to add a new method to a trait, even if that method has a default
312
+ impl. One needs to provide a ` const ` default impl to not make the change a breaking change.
311
313
312
314
# Rationale and alternatives
313
315
[ rationale-and-alternatives ] : #rationale-and-alternatives
You can’t perform that action at this time.
0 commit comments