rustc_utils 0.15.2-nightly-2026-05-01

Utilities for working with the Rust compiler
Documentation
1
2
3
4
5
6
7
//! Utilities for source-mapping text ranges to program elements.

pub mod filename;
pub mod find_bodies;
pub mod range;
pub mod span;
pub mod spanner;