[roll] Roll fuchsia [netstack3] Delete NonTestCtxMarker

Use discrete marker traits to enable blanket implementations instead,
and implement all of them on CoreCtx.

NonTestCtxMarker is not enough to keep coherence rules happy after crate
split, especially if it's defined in the base crate. Instead, do the
most granular thing possible here which is to enable each blanket
implementation that is giving us coherence issues with a marker trait.

Original-Bug: 338448790
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1043715
Original-Revision: 8425f11d355462516355618cdfa92a78c17bc724
GitOrigin-RevId: b8541450a67adae89048b02dad23c81ebc4f8361
Change-Id: I18b2caaf146bcad21a44bee6be7aa328f611e5a6
1 file changed
tree: ee2e98c0fb8c8802f17998ff83d791876c31d796
  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 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.