Files
rust/compiler/rustc_span/src
Dylan DPC 9fc297a2ae Rollup merge of #99140 - TaKO8Ki:implement-is-accessible-span, r=fee1-dead
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.
2022-07-11 15:19:32 +05:30
..
2020-12-03 17:08:19 -05:00
2022-04-02 02:45:49 -04:00
2022-07-07 22:20:08 +02:00
2022-07-11 16:51:19 +09:00
2022-06-01 10:36:39 +10:00