rust/compiler/rustc_typeck
bors 258256697b Auto merge of #94870 - notriddle:notriddle/filter-regression, r=oli-obk
diagnostics: do not spurriously claim something is "not an iterator"

Fixes a minor regression caused by #94746, where `iter::Filter` is spurriously declared "not an iterator."
2022-03-12 11:58:07 +00:00
..

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.