exec::finally()
doesn't include error/stopped signatures from final-sender in completion-signatures
#1334
Labels
bug
Something isn't working
The following code-snippet fails to compile because
let_error()
computes the variant to hold any potential error produced byfinally
, but the completion-signatures listed byfinally
do not include the error-types of the final-sender, despite the finally-algorithm forwarding through these errors.https://godbolt.org/z/av9rhrbPe
The text was updated successfully, but these errors were encountered: