mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-09 05:23:07 +00:00
![]() Implement `SourceMap::is_span_accessible` This patch adds `SourceMap::is_span_accessible` and replaces `span_to_snippet(span).is_ok()` and `span_to_snippet(span).is_err()` with it. This removes a `&str` to `String` conversion. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |