Skip to content

Commit 8e4e55e

Browse files
committed
fill in a final missing step in the reasoning presented.
1 parent a576f80 commit 8e4e55e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

text/0000-nonparametric-dropck.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,8 @@ All `fn drop` methods would be required to be `#[unspecialized]`.
465465

466466
It is the second bullet that makes this an ad-hoc effect system: it provides
467467
a recursive property ensuring that during the extent of the call to `foo`,
468-
we will never invoke a function marked as `default`.
468+
we will never invoke a function marked as `default` (and therefore, I *think*,
469+
will never even potentially invoke a method that has been specialized).
469470

470471
It is also this second bullet that represents a signficant burden on
471472
the destructor implementor. In particular, it immediately rules out

0 commit comments

Comments
 (0)