[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
1 file changed
tree: ca3fc08ecb6f0f2894c3d650a88b7238b50e6e70
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.