[roll] Roll fuchsia [fxfs] Fix type inference in async fxfs_trace
When wrapping code in an async move {} block, rust may pick the wrong
output type for the future. This CL adds an unreachable return statement
at the top of the async move {} block to give rust the correct output
type for the future.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/953873
Original-Revision: 3705218d8f9f4bf76852780c22bea02d627ece32
GitOrigin-RevId: e3edf1fe95a860371268303f035b73f09841d8c6
Change-Id: I82afec6f22eeb4da41ecbdefe8666854d8099916
diff --git a/stem b/stem
index d72ec9b..03dc7b8 100644
--- a/stem
+++ b/stem
@@ -11,7 +11,7 @@
githooks="integration/git-hooks"
remote="https://fuchsia.googlesource.com/fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
- revision="34f2ceccaf7834387f03b802bbce6a638196a5c2"/>
+ revision="3705218d8f9f4bf76852780c22bea02d627ece32"/>
</projects>
<hooks>
<hook name="install-environment"