rust/compiler/rustc_data_structures/src/sso
Scott McMurray 308fd59f42 Stop enabling in_band_lifetimes in rustc_data_structures
There's a conversation in the tracking issue about possibly unaccepting `in_band_lifetimes`, but it's used heavily in the compiler, and thus there'd need to be a bunch of PRs like this if that were to happen.

So here's one to see how much of an impact it has.

(Oh, and I removed `nll` while I was here too, since it didn't seem needed.  Let me know if I should put that back.)
2021-12-05 20:17:35 -08:00
..
either_iter.rs SsoHashSet reimplemented as a wrapper on top of SsoHashMap 2020-09-26 18:42:26 -05:00
map.rs Stop enabling in_band_lifetimes in rustc_data_structures 2021-12-05 20:17:35 -08:00
mod.rs SsoHashSet reimplemented as a wrapper on top of SsoHashMap 2020-09-26 18:42:26 -05:00
set.rs Stop enabling in_band_lifetimes in rustc_data_structures 2021-12-05 20:17:35 -08:00