gc_lite/xref.rs
1// SPDX-License-Identifier: Apache-2.0
2// SPDX-FileCopyrightText: Copyright (c) 2025-2026 John Ray <996351336@qq.com>
3
4//! Cross-partition reference tracking.
5//!
6//! Cross-partition reference tracking is now fully integrated into the
7//! marking phase via `seed_cross_partition_incoming_refs` in the mark
8//! module. This file exists only to satisfy the module declaration in
9//! `lib.rs` and may be removed in a future refactor.