mirror of
https://github.com/aya-rs/aya.git
synced 2026-05-26 11:24:23 +02:00
a73f864232
FExit programs need a stable API for reading the return value of the function they are attached to. Add FExitContext::ret() so callers do not need to depend on the raw layout of the tracing context. Fixes #1296.