mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 02:06:42 +00:00
Remove useless filter in unused extern crate check. Fixes https://github.com/rust-lang/rust/issues/104562
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.