Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid double-interning some
BoundVariableKind
s.
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.
- Loading branch information