mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-09 19:20:53 +00:00
Do not insert impl_trait_in_bindings opaque definitions twice. The reference to the item already appears inside the `OpaqueDef`. It does not need to be repeated as a statement.