mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-29 20:15:27 +00:00
resolve: skip underscore character during candidate lookup Fixes #116164 In use statement, an underscore is merely a placeholder symbol and does not bind to any name. Therefore, it can be safely ignored.