Skip to content

Commit

Permalink
[exec.sync.wait] Mark use of state.error as exposition-only (#7215)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewissbaker authored Aug 12, 2024
1 parent f1379f5 commit 6ce5874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/exec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4604,7 +4604,7 @@

state.@\exposid{loop}@.run();
if (state.@\exposid{error}@) {
rethrow_exception(std::move(state.error));
rethrow_exception(std::move(state.@\exposid{error}@));
}
return std::move(state.@\exposid{result}@);
\end{codeblock}
Expand Down

0 comments on commit 6ce5874

Please # to comment.