[roll] Roll fuchsia [fidl][rust] Make union ordinal() public

This CL makes the ordinal() method on unions public. This can be useful
for logging the ordinal in the case of an unknown flexible union. Since
I83772ab48b6e38717e852dabdeed695c7d57c6a1 removed the validate() method,
there is no other way to get the ordinal.

Test: fx test fidl_rust_{lib,external,conformance}_tests
Original-Bug: 58149
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/779723
Original-Revision: 013248d59a077470e64c634c4a8a913d1d5238fa
GitOrigin-RevId: 2551501042f28d5c622d312ca45c3a213fa59da5
Change-Id: Ice84bf597c372481edeb2ebda1c240bc64777949
1 file changed
tree: 802ddbc89fe10f27f7ff547608cf0c854e231981
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.