rust/compiler/rustc_span
Nicholas Nethercote 5790372736 Optimize Span::is_dummy.
It's quite hot, and worth having a version that works directly at the
`Span` level, rather than first converting to the `SpanData` level.
2023-09-08 16:54:02 +10:00
..
src Optimize Span::is_dummy. 2023-09-08 16:54:02 +10:00
Cargo.toml Upgrade to indexmap 2.0.0 2023-07-03 13:51:54 -07:00