[roll] Roll fuchsia [rust] Don't use module named 'main'

Modules named 'main' and 'lib' are non-idiomatic and recommended
against, aa main.rs and lib.rs are entry points for binaries and
libraries respectively.

Use lib.rs to hold the major part of the tests, as rustc_test is a
library (which gets used by the test runner main).

Original-Bug: 109622
Test: refactor; fx build && CQ
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/726544
Original-Revision: 9468329a6a0db20b78326cffdb31bea6a2fb59a7
GitOrigin-RevId: 49f41546ebaa91e70bd2ab58f75a8b3212d2ed55
Change-Id: Ib5e56f8e6bb062b93af6c2d94c5dfaa33d303622
1 file changed
tree: 44bef710809a7431fb1e0cf020fcfdf3a3e5651b
  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.