File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,8 @@ able to click it to see its documentation in turn.
4949Again, it's surely possible to formulate rules such that answers to these
5050questions can be deduced from them mechanically. But even thinking about it
5151gives me the creeps. If the results arrived at are absurd, then our assumptions
52- should be revisited. In this case, it's cleaner to just say "don't do that".
52+ should be revisited. In these cases, it would be cleaner to simply say,
53+ "don't do that".
5354
5455
5556# Detailed design
@@ -267,6 +268,10 @@ pub trait MyClosedTrait { ... }
267268pub closed trait MyClosedTrait { ... }
268269````
269270
271+ Adding this is not an integral part of this RFC, and my preference would be to
272+ discuss it separately. It's only an option in case the mentioned functionality
273+ is considered too valuable to lose even temporarily, which I personally doubt.
274+
270275# Alternatives
271276
272277The alternative is the status quo, and the impact of not doing this is that
You can’t perform that action at this time.
0 commit comments