mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 03:38:27 +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.