rust/compiler/rustc_hir_analysis/src/variance
Nicholas Nethercote a2051dd578 Optimize some alloc_from_iter call sites.
There's no need to collect an iterator into a `Vec`, or to call
`into_iter` at the call sites.
2023-10-03 18:12:37 +11:00
..
constraints.rs Don't store lazyness in DefKind 2023-09-26 02:53:59 +00:00
mod.rs Optimize some alloc_from_iter call sites. 2023-10-03 18:12:37 +11:00
solve.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
terms.rs Don't store lazyness in DefKind 2023-09-26 02:53:59 +00:00
test.rs Test variances of opaque captures 2023-08-28 01:05:34 +00:00
xform.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00