[roll] Roll fuchsia Reland "[fidl][rust] Allow source-breaking opt-in"

This is a reland of commit 9ba4bc0b95baeec760145c0f1f48a5a6085552a4

Turns out this wasn't the culprit see https://fxbug.dev/133969.

Original change's description:
> [fidl][rust] Allow source-breaking opt-in
>
> Rename the __Unknown flexible enum and union variant so it clearly
> reflects that it is source breaking. Remove the non_exhaustive
> prohibition and deprecated nudge.
>
> For tables, rename the field to __source_breaking and type it to
> the newly introduced fidl::marker::SourceBreaking marker.
>
> That allows users to willingly opt-in for source-breakage, which is
> particularly useful for in-tree code when used with care and
> responsibility.
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/917715

Original-Bug: 133969
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/923613
Original-Revision: a369a78e3c4141de103b4fe9a19750711a6d3738
GitOrigin-RevId: a8a40ecabdf24fa44045a2f2c6076356e66f7c58
Change-Id: I468a0cfd998298b576d2b80dd11f5c659c8c3a71
1 file changed
tree: 9c7c29b869b865707b64272aa805966cba756acd
  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.