mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-06 04:06:31 +00:00

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.