commit | 218d519101ec7069403030cc2488f7733499cf1d | [log] [tgz] |
---|---|---|
author | Megan Batty <mgnb@fuchsia.infra.roller.google.com> | Mon Mar 10 17:19:43 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Mar 10 17:21:08 2025 -0700 |
tree | fa21e73ba3175e2fb25c3b4056cae5ec5f426f41 | |
parent | 8215ef9dbf98abd1b2837864d4c9fcd96c6007d2 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.