We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
trap_if_on_the_stack
1 parent 988ec53 commit d3b15cdCopy full SHA for d3b15cd
design/mvp/Explainer.md
@@ -2582,7 +2582,7 @@ three runtime invariants:
2582
component instance.
2583
2. The Component Model disallows reentrance by trapping if a callee's
2584
component-instance is already on the stack when the call starts.
2585
- (For details, see [`trap_if_on_stack`](CanonicalABI.md#task-state)
+ (For details, see [`trap_if_on_the_stack`](CanonicalABI.md#task-state)
2586
in the Canonical ABI explainer.) This default prevents obscure
2587
composition-time bugs and also enables more-efficient non-reentrant
2588
runtime glue code. This rule will be relaxed by an opt-in
0 commit comments