probe.rs 267 B

123456789101112
  1. // SPDX-License-Identifier: Apache-2.0 OR MIT
  2. #![allow(dead_code)]
  3. #[cfg(proc_macro_span)]
  4. pub(crate) mod proc_macro_span;
  5. #[cfg(proc_macro_span_file)]
  6. pub(crate) mod proc_macro_span_file;
  7. #[cfg(proc_macro_span_location)]
  8. pub(crate) mod proc_macro_span_location;