1// SPDX-License-Identifier: Apache-2.0 OR MIT
23#![allow(dead_code)]
45#[cfg(proc_macro_span)]
6pub(crate) mod proc_macro_span;
78#[cfg(proc_macro_span_file)]
9pub(crate) mod proc_macro_span_file;
1011#[cfg(proc_macro_span_location)]
12pub(crate) mod proc_macro_span_location;