We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451b045 commit dad6e78Copy full SHA for dad6e78
1 file changed
design/mvp/Explainer.md
@@ -816,7 +816,7 @@ destructor function specified by the `dtor` immediate will be called (if
816
present), allowing the implementing component to perform clean-up like freeing
817
linear memory allocations. Destructors can be declared `async`, with the same
818
meaning for the `async` and `callback` immediates as described below for `canon
819
-lift`.
+lift`. A destructor for a `resource (rep $T)` must have type `($T) -> ()`.
820
821
The `instance` type constructor describes a list of named, typed definitions
822
that can be imported or exported by a component. Informally, instance types
0 commit comments