rust/compiler/rustc_trait_selection/src
Nicholas Nethercote af32411f20 Avoid double-interning some BoundVariableKinds.
This function has this line twice:
```
let bound_vars = tcx.intern_bound_variable_kinds(&bound_vars);
```
The second occurrence is effectively a no-op, because the first
occurrence interned any that needed it.
2023-02-17 22:24:34 +11:00
..
solve Remove the InternIteratorElement impl for &'a T. 2023-02-17 22:24:34 +11:00
traits Avoid double-interning some BoundVariableKinds. 2023-02-17 22:24:34 +11:00
errors.rs Move autoderef to rustc_hir_analysis 2023-01-11 20:12:57 +00:00
infer.rs Alias folding/visiting traits instead of re-export 2023-02-13 10:24:46 +00:00
lib.rs update cache 2023-01-18 08:09:01 +01:00