diff --git a/src/rustc_entry.rs b/src/rustc_entry.rs index cb48be0e4..233fe7a2d 100644 --- a/src/rustc_entry.rs +++ b/src/rustc_entry.rs @@ -550,7 +550,7 @@ impl IterMut<'_, K, V> { } } -impl IntoIter { +impl IntoIter { /// Returns a iterator of references over the remaining items. #[cfg_attr(feature = "inline-more", inline)] pub fn rustc_iter(&self) -> Iter<'_, K, V> { @@ -558,7 +558,7 @@ impl IntoIter { } } -impl Drain<'_, K, V> { +impl Drain<'_, K, V, A> { /// Returns a iterator of references over the remaining items. #[cfg_attr(feature = "inline-more", inline)] pub fn rustc_iter(&self) -> Iter<'_, K, V> {