[roll] Roll fuchsia [uart] Make VariantVisitor::operator() rvalue-only

The VariantVisitor callable object must be called only once.
Making its call operator rvalue-only expresses that via the type
system so there's a better chance of it always getting caught at
compile time.

This required fixing hwreg::internal::Visit to be more thoroughly
rvalue-friendly.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1200666
Original-Revision: 1c6db507ea17c3dbb4fde91b70bb4b8a7f6186e7
GitOrigin-RevId: ac9ca0645c52067c47dfbf5eb41e607131791ec2
Change-Id: I6215b8c6148020aa38546da829a4abcd1ee7924d
1 file changed
tree: c9c465fa0613a5e50caf825154877dce77e54469
  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.