[roll] Roll fuchsia [swd][rust] Fix use generic param from outer func

Newest rust toolchain now errors out on the usage of
generic parameter from outer function. Fix is to refer
directly to type instead of Self.

https: //github.com/rust-lang/rust/pull/111020
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/852250
Original-Revision: 9a0a86b67f5838f272585b7f00ea4b0befb81439
GitOrigin-RevId: 31c00302a2c942247d1495e18c7d4d536683c299
Change-Id: I1e369ff9fb7e758b5a3c9a9447a7e61478309be2
1 file changed
tree: a9a71a9856e768a16016f9c61a2ba738f2143b41
  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.