[roll] Roll fuchsia [fuchsia][rust] Add test name logging for non-async tests

Currently, applying the `[fuchsia::test]` attribute to a test that is an
`async fn` initializes the syslog with a tag that includes the test
name.
However, non-async functions don't currently have a tag, so their
output in tests is very difficult to attribute to a particular test.
This CL makes non-async functions have the same tagging as async
functions, so they both get nice tags:

```
// before:
// async test fn
[09641.030690][3304142][3304149][test_driver][test_add_phy_after_setting_country_code] INFO: adding PHY ID #1
// non-async test fn
[09160.143275][3167604][3167613][test_driver] INFO: No cached regulatory region is available.

// after:
[09641.141027][3305009][3305012][test_driver][does_not_propagate_null_update] INFO: No cached regulatory region is available.
```

Test: logging-only change, affecting only tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/551606
Original-Revision: b05485ae9fb0b9e818cb0eeb79549a92b1c43ec1
GitOrigin-RevId: de2365e51e4ad5525a7c750eba31ef7bd377a83f
Change-Id: I44dd08ef99279eec98b1cd7350cabba65bb6e7a4
1 file changed
tree: 186725a723dd594af84cf3e0b368d17e54c733cb
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.