[roll] Roll fuchsia [fdf][rust] Tasks have to be static, unfortunately

It was incorrect to allow clients to post tasks to the driver runtime
dispatcher that are non-'static, because it's fairly trivial to create
situations where the task borrows something that lives less time. The
only reason it appeared like this should work was because we end up
erasing lifetimes in the implementation so the compiler couldn't tell us
it was wrong.

Multiply: fdf_rust
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1222023
Original-Revision: 6ea20dc22c49f6eb4b398a09091d9e4a1bff718e
GitOrigin-RevId: 6eb284f20f61d7e9e51f301bba8e4fd4a239f399
Change-Id: I48bb867240e696b6098fce6199cc6589fbd76c46
1 file changed
tree: fa21e73ba3175e2fb25c3b4056cae5ec5f426f41
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.